Searched defs:SQLitePersistentCookieStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.h42 class CONTENT_EXPORT SQLitePersistentCookieStore class in namespace:content
48 SQLitePersistentCookieStore(
67 virtual ~SQLitePersistentCookieStore();
74 DISALLOW_COPY_AND_ASSIGN(SQLitePersistentCookieStore);
H A Dsqlite_persistent_cookie_store.cc52 // SQLitePersistentCookieStore::Load is called to load all cookies. It
58 // SQLitePersistentCookieStore::Load that the load is complete.
60 // If a priority load request is invoked via SQLitePersistentCookieStore::
65 // SQLitePersistentCookieStore::LoadCookiesForKey that that load is complete.
71 class SQLitePersistentCookieStore::Backend
72 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
121 friend class base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend>;
409 void SQLitePersistentCookieStore::Backend::Load(
418 void SQLitePersistentCookieStore::Backend::LoadCookiesForKey(
434 void SQLitePersistentCookieStore
1203 SQLitePersistentCookieStore::SQLitePersistentCookieStore( function in class:content::SQLitePersistentCookieStore
[all...]

Completed in 99 milliseconds