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

  /external/chromium_org/net/ssl/
default_server_bound_cert_store_unittest.cc 122 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
124 persistent_store->AddServerBoundCert(
130 persistent_store->AddServerBoundCert(
138 DefaultServerBoundCertStore store(persistent_store.get());
190 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
191 DefaultServerBoundCertStore store(persistent_store.get());
222 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
223 persistent_store->AddServerBoundCert(ServerBoundCertStore::ServerBoundCert(
229 DefaultServerBoundCertStore store(persistent_store.get());
256 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore)
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 1300 SQLitePersistentCookieStore* persistent_store = local
    [all...]

Completed in 258 milliseconds