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

  /external/chromium_org/net/ssl/
default_server_bound_cert_store_unittest.cc 126 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
128 persistent_store->AddServerBoundCert(
134 persistent_store->AddServerBoundCert(
142 DefaultServerBoundCertStore store(persistent_store.get());
194 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
195 DefaultServerBoundCertStore store(persistent_store.get());
226 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
227 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
233 DefaultServerBoundCertStore store(persistent_store.get());
260 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore)
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 1211 SQLitePersistentCookieStore* persistent_store = local
    [all...]

Completed in 446 milliseconds