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

1 2

  /external/chromium_org/chrome/browser/extensions/
test_blacklist.cc 31 blacklist_->IsBlacklisted(extension_id,
blacklist.h 99 void IsBlacklisted(const std::string& extension_id,
blacklist.cc 208 void Blacklist::IsBlacklisted(const std::string& extension_id,
crx_installer.cc 516 ExtensionSystem::Get(profile())->blacklist()->IsBlacklisted(
  /external/chromium_org/net/cert/
cert_verify_proc.h 87 static bool IsBlacklisted(X509Certificate* cert);
cert_verify_proc.cc 196 if (IsBlacklisted(cert)) {
282 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) {
  /external/chromium_org/chrome/browser/history/
top_sites.h 115 virtual bool IsBlacklisted(const GURL& url) = 0;
top_sites_impl.h 79 virtual bool IsBlacklisted(const GURL& url) OVERRIDE;
top_sites_impl_unittest.cc     [all...]
top_sites_impl.cc 360 bool TopSitesImpl::IsBlacklisted(const GURL& url) {
707 if (!IsBlacklisted(urls[i].url)) {
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_manager.cc 103 if (manager->IsBlacklisted())
137 DCHECK(!provisional_save_manager_->IsBlacklisted());
password_form_manager.h 59 bool IsBlacklisted();
password_form_manager.cc 97 bool PasswordFormManager::IsBlacklisted() {
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager.h 79 bool IsBlacklisted();
password_manager.cc 198 if (manager->IsBlacklisted()) {
password_form_manager.cc 112 bool PasswordFormManager::IsBlacklisted() {
  /external/chromium/chrome/browser/history/
top_sites.h 115 bool IsBlacklisted(const GURL& url);
top_sites_unittest.cc     [all...]
top_sites.cc 373 bool TopSites::IsBlacklisted(const GURL& url) {
691 if (!IsBlacklisted(urls[i].url))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 45 bool IsBlacklisted(const std::string& language_code) {
238 if (IsBlacklisted(base_language_codes[i]))
  /external/chromium/net/base/
x509_certificate.h 398 // NOTE: keep this method private, used by IsBlacklisted only. To simplify
399 // IsBlacklisted, we strip the leading 0 byte of a serial number, used to
405 // IsBlacklisted returns true if this certificate is explicitly blacklisted.
406 bool IsBlacklisted() const;
x509_certificate_openssl.cc 417 if (IsBlacklisted()) {
x509_certificate_nss.cc 769 if (IsBlacklisted()) {
    [all...]
x509_certificate_win.cc 673 if (IsBlacklisted()) {
    [all...]
  /external/chromium_org/
PRESUBMIT.py 394 def IsBlacklisted(affected_file, blacklist):
400 if IsBlacklisted(f, excluded_paths):
    [all...]

Completed in 191 milliseconds

1 2