HomeSort by relevance Sort by last modified time
    Searched refs:IsBlacklisted (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/net/cert/
cert_verify_proc.h 87 static bool IsBlacklisted(X509Certificate* cert);
cert_verify_proc.cc 197 if (IsBlacklisted(cert)) {
283 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) {
  /external/chromium_org/chrome/browser/extensions/
test_blacklist.cc 117 blacklist_->IsBlacklisted(extension_id,
blacklist.h 93 void IsBlacklisted(const std::string& extension_id,
extension_install_checker.cc 119 blacklist->IsBlacklisted(
blacklist.cc 211 void Blacklist::IsBlacklisted(const std::string& extension_id,
  /external/chromium_org/chrome/browser/history/
top_sites.h 115 virtual bool IsBlacklisted(const GURL& url) = 0;
top_sites_impl.h 78 virtual bool IsBlacklisted(const GURL& url) OVERRIDE;
top_sites_impl_unittest.cc     [all...]
top_sites_impl.cc 357 bool TopSitesImpl::IsBlacklisted(const GURL& url) {
706 if (!IsBlacklisted(urls[i].url)) {
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 91 bool IsBlacklisted();
password_manager.cc 241 if (manager->IsBlacklisted()) {
password_form_manager.cc 151 bool PasswordFormManager::IsBlacklisted() {
    [all...]
  /external/chromium_org/
PRESUBMIT.py 442 def IsBlacklisted(affected_file, blacklist):
448 if IsBlacklisted(f, excluded_paths):
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 249 ConstantInt *IsBlacklisted = cast<ConstantInt>(MDN->getOperand(3));
250 if (IsBlacklisted->isOne())
266 bool isBlacklisted(GlobalVariable *G) const {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 1179 milliseconds