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

  /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/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/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...]
x509_certificate_mac.cc 790 if (IsBlacklisted()) {
    [all...]
x509_certificate.cc 554 bool X509Certificate::IsBlacklisted() const {
    [all...]

Completed in 105 milliseconds