Home | History | Annotate | Download | only in cookies

Lines Matching refs:PersistentCookieStore

45 // 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,
485 // calls. |beginning_time| should be the moment PersistentCookieStore::Load
487 // See PersistentCookieStore::Load for details on the contents of cookies.
494 // loaded from DB. See PersistentCookieStore::Load for details on the contents
659 scoped_refptr<PersistentCookieStore> store_;
744 PersistentCookieStore>
747 class NET_EXPORT CookieMonster::PersistentCookieStore
777 PersistentCookieStore() {}
778 virtual ~PersistentCookieStore() {}
781 friend class base::RefCountedThreadSafe<PersistentCookieStore>;
782 DISALLOW_COPY_AND_ASSIGN(PersistentCookieStore);