Searched defs:storage_factory_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/api/storage/
H A Dlocal_value_store_cache.h41 const scoped_refptr<SettingsStorageFactory> storage_factory_; member in class:extensions::LocalValueStoreCache
H A Dstorage_frontend_unittest.cc43 : storage_factory_(new util::ScopedSettingsStorageFactory()),
62 storage_factory_->Reset(new LeveldbSettingsStorageFactory());
64 StorageFrontend::CreateForTesting(storage_factory_, browser_context()));
69 scoped_refptr<util::ScopedSettingsStorageFactory> storage_factory_; member in class:extensions::ExtensionSettingsFrontendTest
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.h94 scoped_refptr<SettingsStorageFactory> storage_factory_; member in class:extensions::ManagedValueStoreCache
H A Dsync_storage_backend.h82 const scoped_refptr<SettingsStorageFactory> storage_factory_; member in class:extensions::SyncStorageBackend
H A Dsettings_sync_unittest.cc204 storage_factory_(new util::ScopedSettingsStorageFactory()),
212 storage_factory_->Reset(new LeveldbSettingsStorageFactory());
214 StorageFrontend::CreateForTesting(storage_factory_, profile_.get()));
270 scoped_refptr<util::ScopedSettingsStorageFactory> storage_factory_; member in class:extensions::ExtensionSettingsSyncTest
711 storage_factory_->Reset(testing_factory);
908 storage_factory_->Reset(testing_factory);
1006 storage_factory_->Reset(testing_factory);
1061 storage_factory_->Reset(testing_factory);
1165 storage_factory_->Reset(testing_factory);
1256 storage_factory_
[all...]

Completed in 179 milliseconds