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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory.h32 class CONTENT_EXPORT IndexedDBFactory class in namespace:content
33 : NON_EXPORTED_BASE(public base::RefCountedThreadSafe<IndexedDBFactory>) {
81 friend class base::RefCountedThreadSafe<IndexedDBFactory>;
83 IndexedDBFactory() {} function in class:content::IndexedDBFactory
84 virtual ~IndexedDBFactory() {}
106 DISALLOW_COPY_AND_ASSIGN(IndexedDBFactory);

Completed in 420 milliseconds