Home | History | Annotate | Download | only in prefs

Lines Matching defs:PrefValueStore

24 // The PrefValueStore manages various sources of values for Preferences
31 class PrefValueStore {
51 PrefValueStore(PrefStore* managed_platform_prefs,
60 virtual ~PrefValueStore();
62 // Creates a clone of this PrefValueStore with PrefStores overwritten
64 PrefValueStore* CloneAndSpecialize(PrefStore* managed_platform_prefs,
135 // Keeps a PrefStore reference on behalf of the PrefValueStore and monitors
136 // the PrefStore for changes, forwarding notifications to PrefValueStore. This
145 void Initialize(PrefValueStore* store,
157 // PrefValueStore this keeper is part of.
158 PrefValueStore* pref_value_store_;
244 DISALLOW_COPY_AND_ASSIGN(PrefValueStore);