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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper.cc 174 void CannedBrowsingDataServerBoundCertHelper::AddServerBoundCert(
browsing_data_remover_unittest.cc 295 void AddServerBoundCert(const std::string& server_identifier) {
722 tester.AddServerBoundCert(kTestOrigin1);
739 tester.AddServerBoundCert(kTestOrigin1);
    [all...]
  /external/chromium_org/net/ssl/
default_server_bound_cert_store_unittest.cc 77 virtual void AddServerBoundCert(
109 void MockPersistentStore::AddServerBoundCert(
128 persistent_store->AddServerBoundCert(
134 persistent_store->AddServerBoundCert(
227 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
290 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
295 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
372 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
377 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
512 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert
    [all...]
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 51 void AddServerBoundCert(
441 void SQLiteServerBoundCertStore::Backend::AddServerBoundCert(
628 void SQLiteServerBoundCertStore::AddServerBoundCert(
630 backend_->AddServerBoundCert(cert);

Completed in 154 milliseconds