HomeSort by relevance Sort by last modified time
    Searched refs:StorageFrontend (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/extensions/browser/api/storage/
storage_frontend.h 26 class StorageFrontend : public BrowserContextKeyedAPI {
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);
storage_frontend.cc 28 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)
78 StorageFrontend::StorageFrontend
    [all...]
settings_test_util.h 26 class StorageFrontend;
39 StorageFrontend* frontend);
43 StorageFrontend* frontend);
storage_api_unittest.cc 36 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()));
settings_test_util.cc 44 StorageFrontend* frontend) {
53 StorageFrontend* frontend) {
storage_frontend_unittest.cc 64 StorageFrontend::CreateForTesting(storage_factory_, browser_context()));
68 scoped_ptr<StorageFrontend> frontend_;
storage_api.cc 50 StorageFrontend* frontend = StorageFrontend::Get(browser_context());
  /external/chromium_org/extensions/browser/
browser_context_keyed_service_factories.cc 36 StorageFrontend::GetFactoryInstance();
  /external/chromium_org/chrome/browser/sync/glue/
extension_setting_data_type_controller.h 21 class StorageFrontend;
  /external/chromium_org/chrome/browser/extensions/
data_deleter.cc 115 // StorageFrontend may not exist in unit tests.
116 StorageFrontend* frontend = StorageFrontend::Get(profile);
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_util.cc 117 StorageFrontend* frontend = StorageFrontend::Get(context);
settings_apitest.cc 406 StorageFrontend* frontend = StorageFrontend::Get(browser()->profile());
574 StorageFrontend* frontend = StorageFrontend::Get(browser()->profile());
settings_sync_unittest.cc 214 StorageFrontend::CreateForTesting(storage_factory_, profile_.get()));
269 scoped_ptr<StorageFrontend> frontend_;
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.cc 52 extensions::StorageFrontend::Get(profile)->RunWithStorage(
103 extensions::StorageFrontend::Get(profile)->RunWithStorage(

Completed in 1240 milliseconds