Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc277 indexed_db_context_->GetIDBFactory()->GetDatabaseInfo( in GetDatabaseInfo()
291 indexed_db_context_->GetIDBFactory()->GetDatabaseNames( in GetDatabaseNames()
325 indexed_db_context_->GetIDBFactory()->Open(name, std::move(connection), in Open()
340 indexed_db_context_->GetIDBFactory()->DeleteDatabase( in DeleteDatabase()
351 indexed_db_context_->GetIDBFactory()->AbortTransactionsAndCompactDatabase( in AbortTransactionsAndCompactDatabase()
362 indexed_db_context_->GetIDBFactory()->AbortTransactionsForDatabase( in AbortTransactionsForDatabase()
H A Dindexed_db_context_impl.cc529 GetIDBFactory()->GetOrOpenOriginFactory(origin, data_path(), in WriteToIndexedDBForTesting()
541 GetIDBFactory()->ForceClose(origin, true); in WriteToIndexedDBForTesting()
558 GetIDBFactory()->GetOrOpenOriginFactory(origin, data_path(), in GetNextBlobNumberForTesting()
589 GetIDBFactory()->GetOrOpenOriginFactory(origin, data_path(), in GetPathForBlobForTesting()
603 IndexedDBFactoryImpl* factory = GetIDBFactory(); in CompactBackingStoreForTesting()
646 IndexedDBFactoryImpl* IndexedDBContextImpl::GetIDBFactory() { in GetIDBFactory() function in content::IndexedDBContextImpl
824 IndexedDBFactoryImpl* factory = context->GetIDBFactory(); in Shutdown()
H A Dindexed_db_unittest.cc117 IndexedDBFactoryImpl* factory = context_->GetIDBFactory(); in TearDown()
256 IndexedDBFactory* factory = context()->GetIDBFactory(); in TEST_F()
324 static_cast<IndexedDBFactoryImpl*>(context()->GetIDBFactory()); in TEST_F()
H A Ddatabase_impl.cc66 indexed_db_context_->GetIDBFactory()->OnDatabaseError( in ~DatabaseImpl()
139 indexed_db_context_->GetIDBFactory()->OnDatabaseError( in Close()
H A Dindexed_db_context_impl.h139 IndexedDBFactoryImpl* GetIDBFactory();
H A Dindexed_db_factory_unittest.cc86 IndexedDBFactoryImpl* factory = context_->GetIDBFactory(); in TearDown()
198 IndexedDBFactoryImpl* factory() const { return context_->GetIDBFactory(); } in factory()
H A Dindexed_db_backing_store_unittest.cc363 IndexedDBFactoryImpl* factory = idb_context_->GetIDBFactory(); in TearDown()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc278 indexed_db_context_->GetIDBFactory()->GetDatabaseInfo( in GetDatabaseInfo()
292 indexed_db_context_->GetIDBFactory()->GetDatabaseNames( in GetDatabaseNames()
326 indexed_db_context_->GetIDBFactory()->Open(name, std::move(connection), in Open()
341 indexed_db_context_->GetIDBFactory()->DeleteDatabase( in DeleteDatabase()
352 indexed_db_context_->GetIDBFactory()->AbortTransactionsAndCompactDatabase( in AbortTransactionsAndCompactDatabase()
363 indexed_db_context_->GetIDBFactory()->AbortTransactionsForDatabase( in AbortTransactionsForDatabase()
H A Dindexed_db_context_impl.cc513 GetIDBFactory()->GetOrOpenOriginFactory(origin, data_path(), in WriteToIndexedDBForTesting()
525 GetIDBFactory()->ForceClose(origin, true); in WriteToIndexedDBForTesting()
542 GetIDBFactory()->GetOrOpenOriginFactory(origin, data_path(), in GetNextBlobNumberForTesting()
573 GetIDBFactory()->GetOrOpenOriginFactory(origin, data_path(), in GetPathForBlobForTesting()
587 IndexedDBFactoryImpl* factory = GetIDBFactory(); in CompactBackingStoreForTesting()
630 IndexedDBFactoryImpl* IndexedDBContextImpl::GetIDBFactory() { in GetIDBFactory() function in content::IndexedDBContextImpl
809 IndexedDBFactoryImpl* factory = context->GetIDBFactory(); in Shutdown()
H A Dindexed_db_unittest.cc116 IndexedDBFactoryImpl* factory = context_->GetIDBFactory(); in TearDown()
256 IndexedDBFactory* factory = context()->GetIDBFactory(); in TEST_F()
324 static_cast<IndexedDBFactoryImpl*>(context()->GetIDBFactory()); in TEST_F()
H A Ddatabase_impl.cc66 indexed_db_context_->GetIDBFactory()->OnDatabaseError( in ~DatabaseImpl()
139 indexed_db_context_->GetIDBFactory()->OnDatabaseError( in Close()
H A Dindexed_db_context_impl.h137 IndexedDBFactoryImpl* GetIDBFactory();
H A Dindexed_db_factory_unittest.cc87 IndexedDBFactoryImpl* factory = context_->GetIDBFactory(); in TearDown()
202 IndexedDBFactoryImpl* factory() const { return context_->GetIDBFactory(); } in factory()
H A Dindexed_db_backing_store_unittest.cc355 IndexedDBFactoryImpl* factory = idb_context_->GetIDBFactory(); in TearDown()