HomeSort by relevance Sort by last modified time
    Searched refs:idb_context (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 65 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,
130 idb_context_(idb_context),
170 scoped_refptr<IndexedDBContextImpl> idb_context local
231 scoped_refptr<IndexedDBContextImpl> idb_context = new IndexedDBContextImpl( local
    [all...]
indexed_db_quota_client_unittest.cc 69 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());
indexed_db_backing_store_unittest.cc 180 explicit TestIDBFactory(IndexedDBContextImpl* idb_context)
181 : IndexedDBFactoryImpl(idb_context) {}
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 4344 IndexedDBContext* idb_context = BrowserContext::GetDefaultStoragePartition( local
4467 IndexedDBContext* idb_context = BrowserContext::GetDefaultStoragePartition( local
    [all...]

Completed in 68 milliseconds