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

  /external/chromium_org/extensions/browser/api/storage/
settings_storage_factory.h 21 class SettingsStorageFactory
22 : public base::RefCountedThreadSafe<SettingsStorageFactory> {
36 friend class base::RefCountedThreadSafe<SettingsStorageFactory>;
37 virtual ~SettingsStorageFactory() {}
local_value_store_cache.h 19 class SettingsStorageFactory;
25 LocalValueStoreCache(const scoped_refptr<SettingsStorageFactory>& factory,
41 const scoped_refptr<SettingsStorageFactory> storage_factory_;
leveldb_settings_storage_factory.h 13 class LeveldbSettingsStorageFactory : public SettingsStorageFactory {
22 // SettingsStorageFactory is refcounted.
settings_test_util.h 77 // SettingsStorageFactory which acts as a wrapper for other factories.
78 class ScopedSettingsStorageFactory : public SettingsStorageFactory {
83 const scoped_refptr<SettingsStorageFactory>& delegate);
86 void Reset(const scoped_refptr<SettingsStorageFactory>& delegate);
88 // SettingsStorageFactory implementation.
96 // SettingsStorageFactory is refcounted.
99 scoped_refptr<SettingsStorageFactory> delegate_;
storage_frontend.h 33 const scoped_refptr<SettingsStorageFactory>& storage_factory,
76 StorageFrontend(const scoped_refptr<SettingsStorageFactory>& storage_factory,
79 void Init(const scoped_refptr<SettingsStorageFactory>& storage_factory);
storage_frontend.cc 68 const scoped_refptr<SettingsStorageFactory>& storage_factory,
79 const scoped_refptr<SettingsStorageFactory>& factory,
86 const scoped_refptr<SettingsStorageFactory>& factory) {
settings_test_util.cc 147 const scoped_refptr<SettingsStorageFactory>& delegate)
153 const scoped_refptr<SettingsStorageFactory>& delegate) {
local_value_store_cache.cc 44 const scoped_refptr<SettingsStorageFactory>& factory,
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_value_store_cache.h 26 class SettingsStorageFactory;
34 const scoped_refptr<SettingsStorageFactory>& factory,
48 void InitOnFileThread(const scoped_refptr<SettingsStorageFactory>& factory,
managed_value_store_cache.h 34 class SettingsStorageFactory;
47 const scoped_refptr<SettingsStorageFactory>& factory,
94 scoped_refptr<SettingsStorageFactory> storage_factory_;
sync_storage_backend.h 41 const scoped_refptr<SettingsStorageFactory>& storage_factory,
82 const scoped_refptr<SettingsStorageFactory> storage_factory_;
sync_value_store_cache.cc 40 const scoped_refptr<SettingsStorageFactory>& factory,
93 const scoped_refptr<SettingsStorageFactory>& factory,
managed_value_store_cache.cc 238 const scoped_refptr<SettingsStorageFactory>& factory,
sync_storage_backend.cc 34 const scoped_refptr<SettingsStorageFactory>& storage_factory,
settings_sync_unittest.cc 164 // SettingsStorageFactory which always returns TestingValueStore objects,
166 class TestingValueStoreFactory : public SettingsStorageFactory {
173 // SettingsStorageFactory implementation.
189 // SettingsStorageFactory is refcounted.
    [all...]
  /external/chromium_org/extensions/browser/api/
extensions_api_client.h 39 class SettingsStorageFactory;
62 const scoped_refptr<SettingsStorageFactory>& factory,
extensions_api_client.cc 27 const scoped_refptr<SettingsStorageFactory>& factory,
  /external/chromium_org/chrome/browser/extensions/api/
chrome_extensions_api_client.h 22 const scoped_refptr<SettingsStorageFactory>& factory,
chrome_extensions_api_client.cc 34 const scoped_refptr<SettingsStorageFactory>& factory,

Completed in 253 milliseconds