Home
last modified time | relevance | path

Searched refs:IsBlacklisted (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/net/cert/
Dcert_verify_proc.h87 static bool IsBlacklisted(X509Certificate* cert);
Dcert_verify_proc.cc197 if (IsBlacklisted(cert)) { in Verify()
283 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) { in IsBlacklisted() function in net::CertVerifyProc
/external/chromium_org/chrome/browser/extensions/
Dtest_blacklist.cc117 blacklist_->IsBlacklisted(extension_id, in GetBlacklistState()
Dblacklist.h93 void IsBlacklisted(const std::string& extension_id,
Dextension_install_checker.cc119 blacklist->IsBlacklisted( in CheckBlacklistState()
Dblacklist.cc211 void Blacklist::IsBlacklisted(const std::string& extension_id, in IsBlacklisted() function in extensions::Blacklist
/external/chromium_org/chrome/browser/history/
Dtop_sites.h115 virtual bool IsBlacklisted(const GURL& url) = 0;
Dtop_sites_impl.h78 virtual bool IsBlacklisted(const GURL& url) OVERRIDE;
Dtop_sites_impl_unittest.cc1210 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()
Dtop_sites_impl.cc357 bool TopSitesImpl::IsBlacklisted(const GURL& url) { in IsBlacklisted() function in history::TopSitesImpl
706 if (!IsBlacklisted(urls[i].url)) { in ApplyBlacklist()
/external/chromium_org/components/password_manager/core/browser/
Dpassword_form_manager.h91 bool IsBlacklisted();
Dpassword_manager.cc241 if (manager->IsBlacklisted()) { in ProvisionallySavePassword()
Dpassword_form_manager.cc151 bool PasswordFormManager::IsBlacklisted() { in IsBlacklisted() function in password_manager::PasswordFormManager
/external/chromium_org/
DPRESUBMIT.py442 def IsBlacklisted(affected_file, blacklist): function
448 if IsBlacklisted(f, excluded_paths):
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp249 ConstantInt *IsBlacklisted = cast<ConstantInt>(MDN->getOperand(3)); in init() local
250 if (IsBlacklisted->isOne()) in init()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1968 bool IsBlacklisted = SanitizerBL.isIn(*GV); in reportGlobalToASan() local
1973 if (!IsBlacklisted) { in reportGlobalToASan()
1999 llvm::ConstantInt::get(llvm::Type::getInt1Ty(LLVMCtx), IsBlacklisted) in reportGlobalToASan()