Home
last modified time | relevance | path

Searched refs:GetIDBFactory (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_unittest.cc182 IndexedDBFactory* factory = idb_context->GetIDBFactory(); in TEST_F()
261 static_cast<IndexedDBFactoryImpl*>(context->GetIDBFactory()); in TEST_F()
Dindexed_db_context_impl.h60 IndexedDBFactory* GetIDBFactory(); in NON_EXPORTED_BASE()
Dindexed_db_dispatcher_host.cc283 Context()->GetIDBFactory()->GetDatabaseNames( in OnIDBFactoryGetDatabaseNames()
321 Context()->GetIDBFactory()->Open( in OnIDBFactoryOpen()
332 Context()->GetIDBFactory()->DeleteDatabase( in OnIDBFactoryDeleteDatabase()
Dindexed_db_context_impl.cc120 IndexedDBFactory* IndexedDBContextImpl::GetIDBFactory() { in GetIDBFactory() function in content::IndexedDBContextImpl
Dindexed_db_browsertest.cc419 IndexedDBFactory* factory = context->GetIDBFactory(); in CompactIndexedDBBackingStore()