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

/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_frontend.h26 class StorageFrontend : public BrowserContextKeyedAPI { class in namespace:extensions
29 static StorageFrontend* Get(content::BrowserContext* context);
32 static StorageFrontend* CreateForTesting(
37 virtual ~StorageFrontend();
62 static BrowserContextKeyedAPIFactory<StorageFrontend>* GetFactoryInstance();
68 friend class BrowserContextKeyedAPIFactory<StorageFrontend>;
73 explicit StorageFrontend(content::BrowserContext* context);
76 StorageFrontend(const scoped_refptr<SettingsStorageFactory>& storage_factory,
94 DISALLOW_COPY_AND_ASSIGN(StorageFrontend);
H A Dstorage_frontend.cc28 base::LazyInstance<BrowserContextKeyedAPIFactory<StorageFrontend> > g_factory =
62 StorageFrontend* StorageFrontend::Get(BrowserContext* context) {
63 return BrowserContextKeyedAPIFactory<StorageFrontend>::Get(context);
67 StorageFrontend* StorageFrontend::CreateForTesting(
70 return new StorageFrontend(storage_factory, context);
73 StorageFrontend::StorageFrontend(BrowserContext* context) function in class:extensions::StorageFrontend
78 StorageFrontend function in class:extensions::StorageFrontend
[all...]
H A Dsettings_test_util.h26 class StorageFrontend;
39 StorageFrontend* frontend);
43 StorageFrontend* frontend);
H A Dstorage_api_unittest.cc36 return StorageFrontend::CreateForTesting(new LeveldbSettingsStorageFactory(),
87 // Ensure a StorageFrontend can be created on demand. The StorageFrontend
89 StorageFrontend::GetFactoryInstance()->SetTestingFactory(
107 StorageFrontend::Get(browser_context()));
H A Dsettings_test_util.cc44 StorageFrontend* frontend) {
53 StorageFrontend* frontend) {
H A Dstorage_frontend_unittest.cc64 StorageFrontend::CreateForTesting(storage_factory_, browser_context()));
68 scoped_ptr<StorageFrontend> frontend_;
H A Dstorage_api.cc50 StorageFrontend* frontend = StorageFrontend::Get(browser_context());
/external/chromium_org/extensions/browser/
H A Dbrowser_context_keyed_service_factories.cc36 StorageFrontend::GetFactoryInstance();
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_setting_data_type_controller.h21 class StorageFrontend;
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc115 // StorageFrontend may not exist in unit tests.
116 StorageFrontend* frontend = StorageFrontend::Get(profile);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_util.cc117 StorageFrontend* frontend = StorageFrontend::Get(context);
H A Dsettings_apitest.cc406 StorageFrontend* frontend = StorageFrontend::Get(browser()->profile());
574 StorageFrontend* frontend = StorageFrontend::Get(browser()->profile());
H A Dsettings_sync_unittest.cc214 StorageFrontend::CreateForTesting(storage_factory_, profile_.get()));
269 scoped_ptr<StorageFrontend> frontend_;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.cc52 extensions::StorageFrontend::Get(profile)->RunWithStorage(
103 extensions::StorageFrontend::Get(profile)->RunWithStorage(

Completed in 168 milliseconds