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 69 class SQLitePersistentCookieStore::Backend
70 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
110 friend class base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend>;
220 bool SQLitePersistentCookieStore::Backend::Load(
301 bool SQLitePersistentCookieStore::Backend::EnsureDatabaseVersion() {
375 void SQLitePersistentCookieStore::Backend::AddCookie(
380 void SQLitePersistentCookieStore::Backend::UpdateCookieAccessTime(
385 void SQLitePersistentCookieStore::Backend::DeleteCookie(
390 void SQLitePersistentCookieStore::Backend::BatchOperation(
441 void SQLitePersistentCookieStore::Backend::Commit(Task* completion_task)
    [all...]

Completed in 68 milliseconds