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

/external/chromium_org/net/cert/
H A Dcert_verify_proc.h87 static bool IsBlacklisted(X509Certificate* cert);
H A Dcert_verify_proc.cc197 if (IsBlacklisted(cert)) {
283 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) { function in class:net::CertVerifyProc
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc117 blacklist_->IsBlacklisted(extension_id,
H A Dblacklist.h93 void IsBlacklisted(const std::string& extension_id,
H A Dextension_install_checker.cc119 blacklist->IsBlacklisted(
H A Dblacklist.cc211 void Blacklist::IsBlacklisted(const std::string& extension_id, function in class:extensions::Blacklist
/external/chromium_org/chrome/browser/history/
H A Dtop_sites.h115 virtual bool IsBlacklisted(const GURL& url) = 0;
H A Dtop_sites_impl.h78 virtual bool IsBlacklisted(const GURL& url) OVERRIDE;
H A Dtop_sites_impl_unittest.cc1210 EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://bbc.com/")));
1218 EXPECT_TRUE(top_sites()->IsBlacklisted(GURL("http://google.com/")));
1219 EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://bbc.com/")));
1220 EXPECT_FALSE(top_sites()->IsBlacklisted(prepopulate_url));
1258 EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://google.com/")));
H A Dtop_sites_impl.cc357 bool TopSitesImpl::IsBlacklisted(const GURL& url) { function in class:history::TopSitesImpl
706 if (!IsBlacklisted(urls[i].url)) {
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.h91 bool IsBlacklisted();
H A Dpassword_manager.cc241 if (manager->IsBlacklisted()) {
H A Dpassword_form_manager.cc151 bool PasswordFormManager::IsBlacklisted() { function in class:password_manager::PasswordFormManager
/external/chromium_org/
H A DPRESUBMIT.py442 def IsBlacklisted(affected_file, blacklist): function in function:_CheckNoBannedFunctions
448 if IsBlacklisted(f, excluded_paths):
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp249 ConstantInt *IsBlacklisted = cast<ConstantInt>(MDN->getOperand(3)); local
250 if (IsBlacklisted->isOne())
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1968 bool IsBlacklisted = SanitizerBL.isIn(*GV); local
1973 if (!IsBlacklisted) {
1999 llvm::ConstantInt::get(llvm::Type::getInt1Ty(LLVMCtx), IsBlacklisted)

Completed in 744 milliseconds