Searched refs:SettingsStorageFactory (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/extensions/api/storage/ |
D | settings_storage_factory.h | 21 class SettingsStorageFactory 22 : public base::RefCountedThreadSafe<SettingsStorageFactory> { 30 friend class base::RefCountedThreadSafe<SettingsStorageFactory>; 31 virtual ~SettingsStorageFactory() {} in ~SettingsStorageFactory()
|
D | settings_test_util.h | 92 class ScopedSettingsStorageFactory : public SettingsStorageFactory { 97 const scoped_refptr<SettingsStorageFactory>& delegate); 100 void Reset(const scoped_refptr<SettingsStorageFactory>& delegate); 110 scoped_refptr<SettingsStorageFactory> delegate_;
|
D | sync_or_local_value_store_cache.h | 23 class SettingsStorageFactory; variable 32 const scoped_refptr<SettingsStorageFactory>& factory, 50 void InitOnFileThread(const scoped_refptr<SettingsStorageFactory>& factory,
|
D | managed_value_store_cache.h | 30 class SettingsStorageFactory; variable 43 const scoped_refptr<SettingsStorageFactory>& factory, 90 scoped_refptr<SettingsStorageFactory> storage_factory_;
|
D | settings_frontend.h | 35 const scoped_refptr<SettingsStorageFactory>& storage_factory, 67 const scoped_refptr<SettingsStorageFactory>& storage_factory,
|
D | settings_backend.h | 41 const scoped_refptr<SettingsStorageFactory>& storage_factory, 86 const scoped_refptr<SettingsStorageFactory> storage_factory_;
|
D | sync_or_local_value_store_cache.cc | 27 const scoped_refptr<SettingsStorageFactory>& factory, in SyncOrLocalValueStoreCache() 97 const scoped_refptr<SettingsStorageFactory>& factory, in InitOnFileThread()
|
D | leveldb_settings_storage_factory.h | 13 class LeveldbSettingsStorageFactory : public SettingsStorageFactory {
|
D | settings_test_util.cc | 148 const scoped_refptr<SettingsStorageFactory>& delegate) in ScopedSettingsStorageFactory() 154 const scoped_refptr<SettingsStorageFactory>& delegate) { in Reset()
|
D | settings_frontend.cc | 90 const scoped_refptr<SettingsStorageFactory>& storage_factory, in Create() 96 const scoped_refptr<SettingsStorageFactory>& factory, Profile* profile) in SettingsFrontend()
|
D | managed_value_store_cache.cc | 231 const scoped_refptr<SettingsStorageFactory>& factory, in ManagedValueStoreCache()
|
D | settings_backend.cc | 20 const scoped_refptr<SettingsStorageFactory>& storage_factory, in SettingsBackend()
|
D | settings_sync_unittest.cc | 188 class TestingValueStoreFactory : public SettingsStorageFactory {
|