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

/external/chromium/chrome/browser/prefs/
H A Dpref_value_store.h120 enum PrefStoreType { enum in class:PrefValueStore
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_stor
[all...]
H A Dpref_value_store.cc25 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>(
[all...]

Completed in 142 milliseconds