HomeSort by relevance Sort by last modified time
    Searched full:settingsstoragefactory (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_factory.h 21 class SettingsStorageFactory
22 : public base::RefCountedThreadSafe<SettingsStorageFactory> {
30 friend class base::RefCountedThreadSafe<SettingsStorageFactory>;
31 virtual ~SettingsStorageFactory() {}
leveldb_settings_storage_factory.h 13 class LeveldbSettingsStorageFactory : public SettingsStorageFactory {
19 // SettingsStorageFactory is refcounted.
sync_or_local_value_store_cache.h 23 class SettingsStorageFactory;
32 const scoped_refptr<SettingsStorageFactory>& factory,
50 void InitOnFileThread(const scoped_refptr<SettingsStorageFactory>& factory,
settings_test_util.h 91 // SettingsStorageFactory which acts as a wrapper for other factories.
92 class ScopedSettingsStorageFactory : public SettingsStorageFactory {
97 const scoped_refptr<SettingsStorageFactory>& delegate);
100 void Reset(const scoped_refptr<SettingsStorageFactory>& delegate);
102 // SettingsStorageFactory implementation.
107 // SettingsStorageFactory is refcounted.
110 scoped_refptr<SettingsStorageFactory> delegate_;
settings_frontend.h 35 const scoped_refptr<SettingsStorageFactory>& storage_factory,
67 const scoped_refptr<SettingsStorageFactory>& storage_factory,
settings_backend.h 41 const scoped_refptr<SettingsStorageFactory>& storage_factory,
86 const scoped_refptr<SettingsStorageFactory> storage_factory_;
settings_test_util.cc 148 const scoped_refptr<SettingsStorageFactory>& delegate)
154 const scoped_refptr<SettingsStorageFactory>& delegate) {
sync_or_local_value_store_cache.cc 27 const scoped_refptr<SettingsStorageFactory>& factory,
97 const scoped_refptr<SettingsStorageFactory>& factory,
managed_value_store_cache.h 33 class SettingsStorageFactory;
47 const scoped_refptr<SettingsStorageFactory>& factory,
145 scoped_refptr<SettingsStorageFactory> storage_factory_;
settings_frontend.cc 88 const scoped_refptr<SettingsStorageFactory>& storage_factory,
94 const scoped_refptr<SettingsStorageFactory>& factory, Profile* profile)
settings_backend.cc 20 const scoped_refptr<SettingsStorageFactory>& storage_factory,
settings_sync_unittest.cc 176 // SettingsStorageFactory which always returns TestingValueStore objects,
178 class TestingValueStoreFactory : public SettingsStorageFactory {
185 // SettingsStorageFactory implementation.
195 // SettingsStorageFactory is refcounted.
    [all...]
managed_value_store_cache.cc 171 const scoped_refptr<SettingsStorageFactory>& factory,

Completed in 138 milliseconds