Searched defs:DeleteServerBoundCert (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_server_bound_cert_helper.cc20 void MockBrowsingDataServerBoundCertHelper::DeleteServerBoundCert( function in class:MockBrowsingDataServerBoundCertHelper
H A Dbrowsing_data_server_bound_cert_helper.cc26 virtual void DeleteServerBoundCert(const std::string& server_id) OVERRIDE;
86 void BrowsingDataServerBoundCertHelperImpl::DeleteServerBoundCert( function in class:__anon4285::BrowsingDataServerBoundCertHelperImpl
133 cert_store->DeleteServerBoundCert(
216 void CannedBrowsingDataServerBoundCertHelper::DeleteServerBoundCert( function in class:CannedBrowsingDataServerBoundCertHelper
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.cc55 void DeleteServerBoundCert(
446 void SQLiteServerBoundCertStore::Backend::DeleteServerBoundCert( function in class:SQLiteServerBoundCertStore::Backend
633 void SQLiteServerBoundCertStore::DeleteServerBoundCert( function in class:SQLiteServerBoundCertStore
635 backend_->DeleteServerBoundCert(cert);
/external/chromium_org/net/ssl/
H A Ddefault_server_bound_cert_store_unittest.cc79 virtual void DeleteServerBoundCert(
114 void MockPersistentStore::DeleteServerBoundCert( function in class:net::__anon9034::MockPersistentStore
341 store.DeleteServerBoundCert("verisign.com",
358 store.DeleteServerBoundCert("google.com",
384 store.DeleteServerBoundCert("a.com",
H A Ddefault_server_bound_cert_store.cc274 void DefaultServerBoundCertStore::DeleteServerBoundCert( function in class:net::DefaultServerBoundCertStore
406 store_->DeleteServerBoundCert(*cert);
453 store_->DeleteServerBoundCert(*cert);

Completed in 91 milliseconds