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

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_test_util.h 92 class ScopedSettingsStorageFactory : public SettingsStorageFactory {
94 ScopedSettingsStorageFactory();
96 explicit ScopedSettingsStorageFactory(
108 virtual ~ScopedSettingsStorageFactory();
settings_test_util.cc 145 ScopedSettingsStorageFactory::ScopedSettingsStorageFactory() {}
147 ScopedSettingsStorageFactory::ScopedSettingsStorageFactory(
151 ScopedSettingsStorageFactory::~ScopedSettingsStorageFactory() {}
153 void ScopedSettingsStorageFactory::Reset(
158 ValueStore* ScopedSettingsStorageFactory::Create(
settings_frontend_unittest.cc 55 : storage_factory_(new util::ScopedSettingsStorageFactory()),
82 scoped_refptr<util::ScopedSettingsStorageFactory> storage_factory_;
settings_sync_unittest.cc 210 storage_factory_(new util::ScopedSettingsStorageFactory()),
271 scoped_refptr<util::ScopedSettingsStorageFactory> storage_factory_;
    [all...]

Completed in 2201 milliseconds