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

/external/chromium_org/net/cookies/
H A Dcookie_monster.h45 // optional permanent storage that implements the PersistentCookieStore
58 // cookie task will be queued in tasks_pending_ while PersistentCookieStore
69 class PersistentCookieStore;
142 CookieMonster(PersistentCookieStore* store, CookieMonsterDelegate* delegate);
145 CookieMonster(PersistentCookieStore* store,
486 // calls. |beginning_time| should be the moment PersistentCookieStore::Load
488 // See PersistentCookieStore::Load for details on the contents of cookies.
495 // loaded from DB. See PersistentCookieStore::Load for details on the contents
660 scoped_refptr<PersistentCookieStore> store_;
745 typedef base::RefCountedThreadSafe<CookieMonster::PersistentCookieStore>
748 class NET_EXPORT CookieMonster::PersistentCookieStore class in class:net::CookieMonster
778 PersistentCookieStore() {} function in class:net::CookieMonster::PersistentCookieStore
[all...]

Completed in 51 milliseconds