Home | History | Annotate | Download | only in cookies

Lines Matching refs:PersistentCookieStore

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,
464 // calls. |beginning_time| should be the moment PersistentCookieStore::Load
466 // See PersistentCookieStore::Load for details on the contents of cookies.
473 // loaded from DB. See PersistentCookieStore::Load for details on the contents
642 scoped_refptr<PersistentCookieStore> store_;
724 typedef base::RefCountedThreadSafe<CookieMonster::PersistentCookieStore>
727 class NET_EXPORT CookieMonster::PersistentCookieStore
757 PersistentCookieStore() {}
758 virtual ~PersistentCookieStore() {}
761 friend class base::RefCountedThreadSafe<PersistentCookieStore>;
762 DISALLOW_COPY_AND_ASSIGN(PersistentCookieStore);