Searched refs:persistent_store (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store_unittest.cc122 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
124 persistent_store->AddChannelID(
130 persistent_store->AddChannelID(
138 DefaultChannelIDStore store(persistent_store.get());
190 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
191 DefaultChannelIDStore store(persistent_store.get());
222 scoped_refptr<MockPersistentStore> persistent_store(new MockPersistentStore);
223 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
229 DefaultChannelIDStore store(persistent_store.get());
256 scoped_refptr<MockPersistentStore> persistent_store(ne
[all...]
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc1300 SQLitePersistentCookieStore* persistent_store = local
1311 new net::CookieMonster(persistent_store, config.cookie_delegate.get());

Completed in 63 milliseconds