Searched defs:PrefStoreType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_value_store.h131 enum PrefStoreType { enum in class:PrefValueStore
157 PrefStoreType type);
174 PrefStoreType type_;
189 // given PrefStoreType, of the same value type as the preference was
191 bool PrefValueInStore(const char* name, PrefStoreType store) const;
198 PrefStoreType first_checked_store,
199 PrefStoreType last_checked_store) const;
206 PrefStoreType ControllingPrefStoreForPref(const char* name) const;
210 PrefStoreType store,
216 PrefStoreType stor
[all...]

Completed in 71 milliseconds