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

  /external/chromium_org/net/cookies/
cookie_monster.h 44 // optional permanent storage that implements the PersistentCookieStore
57 // cookie task will be queued in tasks_pending_ while PersistentCookieStore
69 class PersistentCookieStore;
141 CookieMonster(PersistentCookieStore* store, Delegate* delegate);
144 CookieMonster(PersistentCookieStore* store,
463 // calls. |beginning_time| should be the moment PersistentCookieStore::Load
465 // See PersistentCookieStore::Load for details on the contents of cookies.
472 // loaded from DB. See PersistentCookieStore::Load for details on the contents
638 scoped_refptr<PersistentCookieStore> store_;
721 typedef base::RefCountedThreadSafe<CookieMonster::PersistentCookieStore>
    [all...]
  /external/chromium/net/base/
cookie_monster.h 37 // optional permanent storage that implements the PersistentCookieStore
50 class PersistentCookieStore;
119 CookieMonster(PersistentCookieStore* store, Delegate* delegate);
122 CookieMonster(PersistentCookieStore* store,
494 scoped_refptr<PersistentCookieStore> store_;
    [all...]

Completed in 1073 milliseconds