HomeSort by relevance Sort by last modified time
    Searched refs:PersistentCookieStore (Results 1 - 5 of 5) 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/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 1878 milliseconds