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

  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 22 // Implements the PersistentCookieStore interface in terms of a SQLite database.
24 // of the parent class |net::CookieMonster::PersistentCookieStore|.
30 : public net::CookieMonster::PersistentCookieStore {
  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 32 typedef CookieMonster::PersistentCookieStore::LoadedCallback LoadedCallback;
51 // Describes a call to one of the 3 functions of PersistentCookieStore.
67 // Implementation of PersistentCookieStore that captures the
71 : public CookieMonster::PersistentCookieStore {
158 : public CookieMonster::PersistentCookieStore {
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...]
cookie_monster.cc 82 // priority load if the key is not loaded yet by calling PersistentCookieStore
88 // PersistentCookieStore::LoadCookiesForKey, all subsequent requests are queued
314 CookieMonster::CookieMonster(PersistentCookieStore* store, Delegate* delegate)
329 CookieMonster::CookieMonster(PersistentCookieStore* store,
    [all...]
cookie_monster_unittest.cc 45 : public CookieMonster::PersistentCookieStore {
766 // Defines a cookie to be returned from PersistentCookieStore::Load
773 // Runs the message loop, waiting until PersistentCookieStore::Load is called.
782 // Invokes the PersistentCookieStore::LoadCookiesForKey completion callbacks
783 // and PersistentCookieStore::Load completion callback and waits
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 36 // Implements the PersistentCookieStore interface in terms of a SQLite database.
38 // of the parent class |net::CookieMonster::PersistentCookieStore|.
42 : public net::CookieMonster::PersistentCookieStore {
54 // net::CookieMonster::PersistentCookieStore:
  /external/chromium/net/base/
cookie_monster_store_test.h 18 // Describes a call to one of the 3 functions of PersistentCookieStore.
35 // Implementation of PersistentCookieStore that captures the
39 : public CookieMonster::PersistentCookieStore {
115 : public CookieMonster::PersistentCookieStore {
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...]
cookie_monster.cc 388 CookieMonster::CookieMonster(PersistentCookieStore* store, Delegate* delegate)
401 CookieMonster::CookieMonster(PersistentCookieStore* store,
    [all...]
cookie_monster_unittest.cc     [all...]

Completed in 213 milliseconds