Searched defs:IndexedDBFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory.h26 class CONTENT_EXPORT IndexedDBFactory class in namespace:content
27 : NON_EXPORTED_BASE(public base::RefCounted<IndexedDBFactory>) {
29 IndexedDBFactory();
56 friend class base::RefCounted<IndexedDBFactory>;
58 virtual ~IndexedDBFactory();
H A Dindexed_db_factory.cc33 IndexedDBFactory::IndexedDBFactory() {} function in class:content::IndexedDBFactory
35 IndexedDBFactory::~IndexedDBFactory() {}
37 void IndexedDBFactory::RemoveIDBDatabaseBackend(
44 void IndexedDBFactory::GetDatabaseNames(
48 IDB_TRACE("IndexedDBFactory::GetDatabaseNames");
64 void IndexedDBFactory::DeleteDatabase(
69 IDB_TRACE("IndexedDBFactory::DeleteDatabase");
107 scoped_refptr<IndexedDBBackingStore> IndexedDBFactory
[all...]

Completed in 99 milliseconds