HomeSort by relevance Sort by last modified time
    Searched defs:SQLitePersistentCookieStore (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 29 SQLitePersistentCookieStore
32 explicit SQLitePersistentCookieStore(const FilePath& path);
33 virtual ~SQLitePersistentCookieStore();
55 DISALLOW_COPY_AND_ASSIGN(SQLitePersistentCookieStore);
sqlite_persistent_cookie_store.cc 53 class SQLitePersistentCookieStore::Backend
54 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
94 friend class base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend>;
204 bool SQLitePersistentCookieStore::Backend::Load(
285 bool SQLitePersistentCookieStore::Backend::EnsureDatabaseVersion() {
359 void SQLitePersistentCookieStore::Backend::AddCookie(
364 void SQLitePersistentCookieStore::Backend::UpdateCookieAccessTime(
369 void SQLitePersistentCookieStore::Backend::DeleteCookie(
374 void SQLitePersistentCookieStore::Backend::BatchOperation(
423 void SQLitePersistentCookieStore::Backend::Commit(Task* completion_task)
    [all...]

Completed in 21 milliseconds