Searched refs:DiskFullFactory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_unittest.cc201 class DiskFullFactory : public IndexedDBFactoryImpl { class in namespace:content
203 explicit DiskFullFactory(IndexedDBContextImpl* context) function in class:content::DiskFullFactory
207 virtual ~DiskFullFactory() {}
221 DISALLOW_COPY_AND_ASSIGN(DiskFullFactory);
246 scoped_refptr<DiskFullFactory> factory = new DiskFullFactory(context());

Completed in 1081 milliseconds