Searched refs:IsBlacklisted (Results 1 – 16 of 16) sorted by relevance
87 static bool IsBlacklisted(X509Certificate* cert);
197 if (IsBlacklisted(cert)) { in Verify()283 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) { in IsBlacklisted() function in net::CertVerifyProc
117 blacklist_->IsBlacklisted(extension_id, in GetBlacklistState()
93 void IsBlacklisted(const std::string& extension_id,
119 blacklist->IsBlacklisted( in CheckBlacklistState()
211 void Blacklist::IsBlacklisted(const std::string& extension_id, in IsBlacklisted() function in extensions::Blacklist
115 virtual bool IsBlacklisted(const GURL& url) = 0;
78 virtual bool IsBlacklisted(const GURL& url) OVERRIDE;
1210 EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://bbc.com/"))); in TEST_F()1218 EXPECT_TRUE(top_sites()->IsBlacklisted(GURL("http://google.com/"))); in TEST_F()1219 EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://bbc.com/"))); in TEST_F()1220 EXPECT_FALSE(top_sites()->IsBlacklisted(prepopulate_url)); in TEST_F()1258 EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://google.com/"))); in TEST_F()
357 bool TopSitesImpl::IsBlacklisted(const GURL& url) { in IsBlacklisted() function in history::TopSitesImpl706 if (!IsBlacklisted(urls[i].url)) { in ApplyBlacklist()
91 bool IsBlacklisted();
241 if (manager->IsBlacklisted()) { in ProvisionallySavePassword()
151 bool PasswordFormManager::IsBlacklisted() { in IsBlacklisted() function in password_manager::PasswordFormManager
442 def IsBlacklisted(affected_file, blacklist): function448 if IsBlacklisted(f, excluded_paths):
249 ConstantInt *IsBlacklisted = cast<ConstantInt>(MDN->getOperand(3)); in init() local250 if (IsBlacklisted->isOne()) in init()
1968 bool IsBlacklisted = SanitizerBL.isIn(*GV); in reportGlobalToASan() local1973 if (!IsBlacklisted) { in reportGlobalToASan()1999 llvm::ConstantInt::get(llvm::Type::getInt1Ty(LLVMCtx), IsBlacklisted) in reportGlobalToASan()