HomeSort by relevance Sort by last modified time
    Searched defs:DeleteServerBoundCert (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_server_bound_cert_helper.cc 20 void MockBrowsingDataServerBoundCertHelper::DeleteServerBoundCert(
browsing_data_server_bound_cert_helper.cc 26 virtual void DeleteServerBoundCert(const std::string& server_id) OVERRIDE;
86 void BrowsingDataServerBoundCertHelperImpl::DeleteServerBoundCert(
133 cert_store->DeleteServerBoundCert(
216 void CannedBrowsingDataServerBoundCertHelper::DeleteServerBoundCert(
  /external/chromium_org/net/ssl/
default_server_bound_cert_store_unittest.cc 75 virtual void DeleteServerBoundCert(
110 void MockPersistentStore::DeleteServerBoundCert(
337 store.DeleteServerBoundCert("verisign.com",
354 store.DeleteServerBoundCert("google.com",
380 store.DeleteServerBoundCert("a.com",
default_server_bound_cert_store.cc 274 void DefaultServerBoundCertStore::DeleteServerBoundCert(
406 store_->DeleteServerBoundCert(*cert);
453 store_->DeleteServerBoundCert(*cert);
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 55 void DeleteServerBoundCert(
439 void SQLiteServerBoundCertStore::Backend::DeleteServerBoundCert(
626 void SQLiteServerBoundCertStore::DeleteServerBoundCert(
628 backend_->DeleteServerBoundCert(cert);

Completed in 68 milliseconds