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

  /external/chromium/chrome/browser/prefs/
pref_value_store.h 139 class PrefStoreKeeper : public PrefStore::Observer {
141 PrefStoreKeeper();
142 virtual ~PrefStoreKeeper();
166 DISALLOW_COPY_AND_ASSIGN(PrefStoreKeeper);
209 // Called from the PrefStoreKeeper implementation when a pref value for |key|
216 // Initializes a pref store keeper. Sets up a PrefStoreKeeper that will take
234 PrefStoreKeeper pref_stores_[PREF_STORE_TYPE_MAX + 1];
pref_value_store.cc 9 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
14 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() {
22 void PrefValueStore::PrefStoreKeeper::Initialize(
35 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged(
40 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted() {
  /external/chromium_org/base/prefs/
pref_value_store.h 149 class PrefStoreKeeper : public PrefStore::Observer {
151 PrefStoreKeeper();
152 virtual ~PrefStoreKeeper();
176 DISALLOW_COPY_AND_ASSIGN(PrefStoreKeeper);
225 // Called from the PrefStoreKeeper implementation when a pref value for |key|
232 // Initializes a pref store keeper. Sets up a PrefStoreKeeper that will take
250 PrefStoreKeeper pref_stores_[PREF_STORE_TYPE_MAX + 1];
pref_value_store.cc 11 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
16 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() {
24 void PrefValueStore::PrefStoreKeeper::Initialize(
39 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged(
44 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted(

Completed in 38 milliseconds