Home
last modified time | relevance | path

Searched refs:storage_factory_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_frontend_unittest.cc55 : storage_factory_(new util::ScopedSettingsStorageFactory()), in ExtensionSettingsFrontendTest()
74 storage_factory_->Reset(new LeveldbSettingsStorageFactory()); in ResetFrontend()
76 SettingsFrontend::Create(storage_factory_.get(), profile_.get())); in ResetFrontend()
82 scoped_refptr<util::ScopedSettingsStorageFactory> storage_factory_; member in extensions::ExtensionSettingsFrontendTest
Dmanaged_value_store_cache.h90 scoped_refptr<SettingsStorageFactory> storage_factory_; variable
Dsettings_sync_unittest.cc220 storage_factory_(new util::ScopedSettingsStorageFactory()), in ExtensionSettingsSyncTest()
228 storage_factory_->Reset(new LeveldbSettingsStorageFactory()); in SetUp()
230 SettingsFrontend::Create(storage_factory_.get(), profile_.get())); in SetUp()
281 scoped_refptr<util::ScopedSettingsStorageFactory> storage_factory_; member in extensions::ExtensionSettingsSyncTest
718 storage_factory_->Reset(testing_factory); in TEST_F()
915 storage_factory_->Reset(testing_factory); in TEST_F()
1013 storage_factory_->Reset(testing_factory); in TEST_F()
1068 storage_factory_->Reset(testing_factory); in TEST_F()
1172 storage_factory_->Reset(testing_factory); in TEST_F()
1263 storage_factory_->Reset(testing_factory); in TEST_F()
Dsettings_backend.h86 const scoped_refptr<SettingsStorageFactory> storage_factory_; variable
Dmanaged_value_store_cache.cc236 storage_factory_(factory), in ManagedValueStoreCache()
359 make_scoped_ptr(storage_factory_->Create(base_path_, extension_id))); in GetStoreFor()
Dsettings_backend.cc26 : storage_factory_(storage_factory), in SettingsBackend()
58 ValueStore* storage = storage_factory_->Create(base_path_, extension_id); in GetOrCreateStorageWithSyncData()