Home
last modified time | relevance | path

Searched refs:SettingsStorageFactory (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_storage_factory.h21 class SettingsStorageFactory
22 : public base::RefCountedThreadSafe<SettingsStorageFactory> {
30 friend class base::RefCountedThreadSafe<SettingsStorageFactory>;
31 virtual ~SettingsStorageFactory() {} in ~SettingsStorageFactory()
Dsettings_test_util.h92 class ScopedSettingsStorageFactory : public SettingsStorageFactory {
97 const scoped_refptr<SettingsStorageFactory>& delegate);
100 void Reset(const scoped_refptr<SettingsStorageFactory>& delegate);
110 scoped_refptr<SettingsStorageFactory> delegate_;
Dsync_or_local_value_store_cache.h23 class SettingsStorageFactory; variable
32 const scoped_refptr<SettingsStorageFactory>& factory,
50 void InitOnFileThread(const scoped_refptr<SettingsStorageFactory>& factory,
Dmanaged_value_store_cache.h30 class SettingsStorageFactory; variable
43 const scoped_refptr<SettingsStorageFactory>& factory,
90 scoped_refptr<SettingsStorageFactory> storage_factory_;
Dsettings_frontend.h35 const scoped_refptr<SettingsStorageFactory>& storage_factory,
67 const scoped_refptr<SettingsStorageFactory>& storage_factory,
Dsettings_backend.h41 const scoped_refptr<SettingsStorageFactory>& storage_factory,
86 const scoped_refptr<SettingsStorageFactory> storage_factory_;
Dsync_or_local_value_store_cache.cc27 const scoped_refptr<SettingsStorageFactory>& factory, in SyncOrLocalValueStoreCache()
97 const scoped_refptr<SettingsStorageFactory>& factory, in InitOnFileThread()
Dleveldb_settings_storage_factory.h13 class LeveldbSettingsStorageFactory : public SettingsStorageFactory {
Dsettings_test_util.cc148 const scoped_refptr<SettingsStorageFactory>& delegate) in ScopedSettingsStorageFactory()
154 const scoped_refptr<SettingsStorageFactory>& delegate) { in Reset()
Dsettings_frontend.cc90 const scoped_refptr<SettingsStorageFactory>& storage_factory, in Create()
96 const scoped_refptr<SettingsStorageFactory>& factory, Profile* profile) in SettingsFrontend()
Dmanaged_value_store_cache.cc231 const scoped_refptr<SettingsStorageFactory>& factory, in ManagedValueStoreCache()
Dsettings_backend.cc20 const scoped_refptr<SettingsStorageFactory>& storage_factory, in SettingsBackend()
Dsettings_sync_unittest.cc188 class TestingValueStoreFactory : public SettingsStorageFactory {