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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.h18 class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory { class in namespace:content
20 explicit IndexedDBFactoryImpl(IndexedDBContextImpl* context);
67 virtual ~IndexedDBFactoryImpl();
133 DISALLOW_COPY_AND_ASSIGN(IndexedDBFactoryImpl);
H A Dindexed_db_factory_impl.cc28 IndexedDBFactoryImpl::IndexedDBFactoryImpl(IndexedDBContextImpl* context) function in class:content::IndexedDBFactoryImpl
32 IndexedDBFactoryImpl::~IndexedDBFactoryImpl() {
35 void IndexedDBFactoryImpl::RemoveDatabaseFromMaps(
53 void IndexedDBFactoryImpl::ReleaseDatabase(
66 void IndexedDBFactoryImpl::ReleaseBackingStore(const GURL& origin_url,
96 &IndexedDBFactoryImpl::MaybeCloseBackingStore, this, origin_url));
99 void IndexedDBFactoryImpl::MaybeCloseBackingStore(const GURL& origin_url) {
106 void IndexedDBFactoryImpl
[all...]

Completed in 367 milliseconds