Home | History | Annotate | Download | only in prefs

Lines Matching defs:store

84   // indicated pref store, even if that value is currently being overridden by
91 // being controlled by the indicated pref store and not being overridden by
145 void Initialize(PrefValueStore* store,
149 PrefStore* store() { return pref_store_.get(); }
150 const PrefStore* store() const { return pref_store_.get(); }
163 // Type of the pref store.
181 bool PrefValueInStore(const char* name, PrefStoreType store) const;
186 // overridden by a higher-priority store.
191 // Returns the pref store type identifying the source that controls the
198 // Get a value from the specified store type.
200 PrefStoreType store,
205 // if the effective value of the preference has changed, or if the store
210 // changed in the pref store for |type|.
213 // Handle the event that the store for |type| has completed initialization.
216 // Initializes a pref store keeper. Sets up a PrefStoreKeeper that will take
227 return pref_stores_[type].store();
230 return pref_stores_[type].store();