Home
last modified time | relevance | path

Searched refs:PrefValueStore (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dpref_value_store.cc9 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper() in PrefStoreKeeper()
11 type_(PrefValueStore::INVALID_STORE) { in PrefStoreKeeper()
14 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() { in ~PrefStoreKeeper()
22 void PrefValueStore::PrefStoreKeeper::Initialize( in Initialize()
23 PrefValueStore* store, in Initialize()
25 PrefValueStore::PrefStoreType type) { in Initialize()
35 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged( in OnPrefValueChanged()
40 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted() { in OnInitializationCompleted()
44 PrefValueStore::PrefValueStore(PrefStore* managed_platform_prefs, in PrefValueStore() function in PrefValueStore
66 PrefValueStore::~PrefValueStore() {} in ~PrefValueStore()
[all …]
Dpref_value_store.h31 class PrefValueStore {
51 PrefValueStore(PrefStore* managed_platform_prefs,
60 virtual ~PrefValueStore();
64 PrefValueStore* CloneAndSpecialize(PrefStore* managed_platform_prefs,
145 void Initialize(PrefValueStore* store,
158 PrefValueStore* pref_value_store_;
244 DISALLOW_COPY_AND_ASSIGN(PrefValueStore);
Dpref_service.h28 class PrefValueStore; variable
102 PrefValueStore* pref_value_store() const { in pref_value_store()
336 scoped_ptr<PrefValueStore> pref_value_store_;
Dpref_value_store_unittest.cc126 pref_value_store_.reset(new PrefValueStore( in SetUp()
279 scoped_ptr<PrefValueStore> pref_value_store_;
Dpref_service.cc154 new PrefValueStore(managed_platform_prefs, in PrefService()