IsCertAllowed      96 chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc   *chain_ok = args->cert_verify_proc->profile_filter_.IsCertAllowed(cert)
IsCertAllowed     128 net/cert/nss_profile_filter_chromeos.cc   return !filter_.IsCertAllowed(cert->os_cert_handle());
IsCertAllowed      42 net/cert/nss_profile_filter_chromeos.h   bool IsCertAllowed(CERTCertificate* cert) const;
IsCertAllowed     108 net/cert/nss_profile_filter_chromeos_unittest.cc       no_slots_profile_filter_.IsCertAllowed(certs_[0]->os_cert_handle()));
IsCertAllowed     109 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_FALSE(profile_filter_1_.IsCertAllowed(certs_[0]->os_cert_handle()));
IsCertAllowed     111 net/cert/nss_profile_filter_chromeos_unittest.cc       profile_filter_1_copy_.IsCertAllowed(certs_[0]->os_cert_handle()));
IsCertAllowed     112 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_FALSE(profile_filter_2_.IsCertAllowed(certs_[0]->os_cert_handle()));
IsCertAllowed     143 net/cert/nss_profile_filter_chromeos_unittest.cc       no_slots_profile_filter_.IsCertAllowed(root_certs[0]->os_cert_handle()));
IsCertAllowed     144 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_TRUE(profile_filter_1_.IsCertAllowed(root_certs[0]->os_cert_handle()));
IsCertAllowed     146 net/cert/nss_profile_filter_chromeos_unittest.cc       profile_filter_1_copy_.IsCertAllowed(root_certs[0]->os_cert_handle()));
IsCertAllowed     147 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_TRUE(profile_filter_2_.IsCertAllowed(root_certs[0]->os_cert_handle()));
IsCertAllowed     179 net/cert/nss_profile_filter_chromeos_unittest.cc       no_slots_profile_filter_.IsCertAllowed(cert_1->os_cert_handle()));
IsCertAllowed     181 net/cert/nss_profile_filter_chromeos_unittest.cc       no_slots_profile_filter_.IsCertAllowed(cert_2->os_cert_handle()));
IsCertAllowed     183 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_TRUE(profile_filter_1_.IsCertAllowed(cert_1->os_cert_handle()));
IsCertAllowed     184 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_TRUE(profile_filter_1_copy_.IsCertAllowed(cert_1->os_cert_handle()));
IsCertAllowed     185 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_FALSE(profile_filter_1_.IsCertAllowed(cert_2->os_cert_handle()));
IsCertAllowed     186 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_FALSE(profile_filter_1_copy_.IsCertAllowed(cert_2->os_cert_handle()));
IsCertAllowed     188 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_FALSE(profile_filter_2_.IsCertAllowed(cert_1->os_cert_handle()));
IsCertAllowed     189 net/cert/nss_profile_filter_chromeos_unittest.cc   EXPECT_TRUE(profile_filter_2_.IsCertAllowed(cert_2->os_cert_handle()));