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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_class_factory.h24 class CONTENT_EXPORT IndexedDBClassFactory { class in namespace:content
26 typedef IndexedDBClassFactory* GetterCallback();
28 static IndexedDBClassFactory* Get();
37 IndexedDBClassFactory() {} function in class:content::IndexedDBClassFactory
38 virtual ~IndexedDBClassFactory() {}
39 friend struct base::DefaultLazyInstanceTraits<IndexedDBClassFactory>;

Completed in 87 milliseconds