Searched refs:idb_context (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_unittest.cc65 scoped_refptr<IndexedDBContextImpl> idb_context = local
71 normal_path = idb_context->GetFilePathForTesting(
73 session_only_path = idb_context->GetFilePathForTesting(
99 scoped_refptr<IndexedDBContextImpl> idb_context = local
106 idb_context->SetForceKeepSessionState();
108 normal_path = idb_context->GetFilePathForTesting(
110 session_only_path = idb_context->GetFilePathForTesting(
127 ForceCloseDBCallbacks(scoped_refptr<IndexedDBContextImpl> idb_context, argument
130 idb_context_(idb_context),
170 scoped_refptr<IndexedDBContextImpl> idb_context local
231 scoped_refptr<IndexedDBContextImpl> idb_context = new IndexedDBContextImpl( local
[all...]
H A Dindexed_db_quota_client_unittest.cc69 idb_context()->set_data_path_for_testing(indexeddb_dir);
133 IndexedDBContextImpl* idb_context() { return idb_context_.get(); } function in class:content::IndexedDBQuotaClientTest
141 base::FilePath file_path_origin = idb_context()->GetFilePathForTesting(
149 idb_context()->ResetCaches();
177 IndexedDBQuotaClient client(idb_context());
194 IndexedDBQuotaClient client(idb_context());
218 IndexedDBQuotaClient client(idb_context());
232 IndexedDBQuotaClient client(idb_context());
H A Dindexed_db_backing_store_unittest.cc180 explicit TestIDBFactory(IndexedDBContextImpl* idb_context) argument
181 : IndexedDBFactoryImpl(idb_context) {}
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc4344 IndexedDBContext* idb_context = BrowserContext::GetDefaultStoragePartition( local
4346 idb_context->SetTaskRunnerForTesting(
4348 base::FilePath idb_path = idb_context->GetFilePathForTesting(origin_id);
4467 IndexedDBContext* idb_context = BrowserContext::GetDefaultStoragePartition( local
4469 idb_context->SetTaskRunnerForTesting(
4471 base::FilePath idb_path = idb_context->GetFilePathForTesting(origin_id);

Completed in 2292 milliseconds