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

  /external/chromium/chrome/browser/prefs/
pref_value_store.h 120 enum PrefStoreType {
147 PrefStoreType type);
164 PrefStoreType type_;
179 // given PrefStoreType, of the same value type as the preference was
181 bool PrefValueInStore(const char* name, PrefStoreType store) const;
188 PrefStoreType first_checked_store,
189 PrefStoreType last_checked_store) const;
196 PrefStoreType ControllingPrefStoreForPref(const char* name) const;
200 PrefStoreType store,
207 void NotifyPrefChanged(const char* path, PrefStoreType new_store)
    [all...]
pref_value_store.cc 25 PrefValueStore::PrefStoreType type) {
110 if (GetValueFromStore(name.c_str(), static_cast<PrefStoreType>(i),
126 PrefValueStore::PrefStoreType new_store) {
131 PrefStoreType controller = ControllingPrefStoreForPref(path);
162 PrefStoreType effective_store = ControllingPrefStoreForPref(name);
168 PrefStoreType effective_store = ControllingPrefStoreForPref(name);
175 PrefValueStore::PrefStoreType store) const {
184 PrefValueStore::PrefStoreType first_checked_store,
185 PrefValueStore::PrefStoreType last_checked_store) const {
193 if (PrefValueInStore(name, static_cast<PrefStoreType>(i))
    [all...]
  /external/chromium_org/base/prefs/
pref_value_store.h 125 enum PrefStoreType {
150 PrefStoreType type);
167 PrefStoreType type_;
182 // given PrefStoreType, of the same value type as the preference was
184 bool PrefValueInStore(const char* name, PrefStoreType store) const;
191 PrefStoreType first_checked_store,
192 PrefStoreType last_checked_store) const;
199 PrefStoreType ControllingPrefStoreForPref(const char* name) const;
203 PrefStoreType store,
209 PrefStoreType store
    [all...]
pref_value_store.cc 27 PrefValueStore::PrefStoreType type) {
108 static_cast<PrefStoreType>(i), out_value))
123 PrefValueStore::PrefStoreType new_store) {
162 PrefStoreType effective_store = ControllingPrefStoreForPref(name);
168 PrefStoreType effective_store = ControllingPrefStoreForPref(name);
179 PrefValueStore::PrefStoreType store) const {
188 PrefValueStore::PrefStoreType first_checked_store,
189 PrefValueStore::PrefStoreType last_checked_store) const {
197 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
203 PrefValueStore::PrefStoreType PrefValueStore::ControllingPrefStoreForPref
    [all...]

Completed in 58 milliseconds