Home
last modified time | relevance | path

Searched refs:idb_context (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_quota_client_unittest.cc73 idb_context()->set_data_path_for_testing(indexeddb_dir); in SetupTempDir()
145 IndexedDBContextImpl* idb_context() { return idb_context_.get(); } in idb_context() function in content::IndexedDBQuotaClientTest
156 idb_context()->GetFilePathForTesting( in AddFakeIndexedDB()
172 idb_context()->ResetCachesForTesting(run_loop.QuitClosure()); in AddFakeIndexedDB()
187 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
200 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
224 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
235 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
H A Dindexed_db_control_wrapper.cc208 IndexedDBContextImpl* idb_context = GetIndexedDBContextInternal(); in BindRemoteIfNeeded() local
209 idb_context->IDBTaskRunner()->PostTask( in BindRemoteIfNeeded()
212 base::WrapRefCounted(idb_context), in BindRemoteIfNeeded()
H A Dindexed_db_unittest.cc211 ForceCloseDBCallbacks(scoped_refptr<IndexedDBContextImpl> idb_context, in ForceCloseDBCallbacks() argument
216 idb_context->IDBTaskRunner()), in ForceCloseDBCallbacks()
217 idb_context_(idb_context), in ForceCloseDBCallbacks()
H A Dindexed_db_backing_store_unittest.cc123 IndexedDBContextImpl* idb_context, in TestIDBFactory() argument
126 : IndexedDBFactoryImpl(idb_context, in TestIDBFactory()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_quota_client_unittest.cc72 idb_context()->set_data_path_for_testing(indexeddb_dir); in SetupTempDir()
143 IndexedDBContextImpl* idb_context() { return idb_context_.get(); } in idb_context() function in content::IndexedDBQuotaClientTest
154 idb_context()->GetFilePathForTesting( in AddFakeIndexedDB()
170 idb_context()->ResetCachesForTesting(run_loop.QuitClosure()); in AddFakeIndexedDB()
188 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
205 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
230 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
244 auto client = base::MakeRefCounted<IndexedDBQuotaClient>(idb_context()); in TEST_F()
H A Dindexed_db_unittest.cc211 ForceCloseDBCallbacks(scoped_refptr<IndexedDBContextImpl> idb_context, in ForceCloseDBCallbacks() argument
216 idb_context->IDBTaskRunner()), in ForceCloseDBCallbacks()
217 idb_context_(idb_context), in ForceCloseDBCallbacks()
H A Dindexed_db_backing_store_unittest.cc126 IndexedDBContextImpl* idb_context, in TestIDBFactory() argument
129 : IndexedDBFactoryImpl(idb_context, in TestIDBFactory()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dstorage_partition_impl.cc1712 IndexedDBContextImpl* idb_context = GetIndexedDBContextInternal(); in GetIndexedDBControl() local
1713 idb_context->IDBTaskRunner()->PostTask( in GetIndexedDBControl()
1716 base::WrapRefCounted(idb_context), in GetIndexedDBControl()