Searched refs:SQLitePersistentCookieStore (Results 1 – 5 of 5) sorted by relevance
330 class SQLitePersistentCookieStore::Backend779 void SQLitePersistentCookieStore::Backend::Load( in Load()784 void SQLitePersistentCookieStore::Backend::LoadCookiesForKey( in LoadCookiesForKey()796 void SQLitePersistentCookieStore::Backend::CryptoHasInitFromLoad( in CryptoHasInitFromLoad()805 void SQLitePersistentCookieStore::Backend::LoadAndNotifyInBackground( in LoadAndNotifyInBackground()829 void SQLitePersistentCookieStore::Backend::NotifyLoadCompleteInForeground( in NotifyLoadCompleteInForeground()843 bool SQLitePersistentCookieStore::Backend::CreateDatabaseSchema() { in CreateDatabaseSchema()849 bool SQLitePersistentCookieStore::Backend::DoInitializeDatabase() { in DoInitializeDatabase()877 void SQLitePersistentCookieStore::Backend::ChainLoadCookies( in ChainLoadCookies()909 bool SQLitePersistentCookieStore::Backend::LoadCookiesForDomains( in LoadCookiesForDomains()[all …]
36 class COMPONENT_EXPORT(NET_EXTRAS) SQLitePersistentCookieStore in COMPONENT_EXPORT()52 SQLitePersistentCookieStore( in COMPONENT_EXPORT()60 SQLitePersistentCookieStore(const SQLitePersistentCookieStore&) = delete; in COMPONENT_EXPORT()61 SQLitePersistentCookieStore& operator=(const SQLitePersistentCookieStore&) = in COMPONENT_EXPORT()85 ~SQLitePersistentCookieStore() override; in COMPONENT_EXPORT()
97 store_ = base::MakeRefCounted<SQLitePersistentCookieStore>( in SetUp()117 store_ = base::MakeRefCounted<SQLitePersistentCookieStore>( in SetUp()161 scoped_refptr<SQLitePersistentCookieStore> store_;
235 store_ = base::MakeRefCounted<SQLitePersistentCookieStore>( in Create()315 scoped_refptr<SQLitePersistentCookieStore> store_;458 store_ = base::MakeRefCounted<SQLitePersistentCookieStore>( in TEST_F()491 store_ = base::MakeRefCounted<SQLitePersistentCookieStore>( in TEST_F()525 store_ = base::MakeRefCounted<SQLitePersistentCookieStore>( in TEST_F()786 stmt.BindInt(7, SQLitePersistentCookieStore::kDefaultUnknownPort); in TEST_F()2365 stmt.BindInt(9, SQLitePersistentCookieStore::kDefaultUnknownPort); in TEST_F()
135 `SQLitePersistentCookieStore` is the main implementation of293 * **[`SQLitePersistentCookieStore`](/net/extras/sqlite/sqlite_persistent_cookie_store.h)**368 `SQLitePersistentCookieStore`. Keeps an in-memory map of cookies per eTLD+1