Searched refs:PrefValueInStore (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_store.cc137 return PrefValueInStore(name, MANAGED_PLATFORM_STORE) ||
138 PrefValueInStore(name, MANAGED_CLOUD_STORE);
142 return PrefValueInStore(name, EXTENSION_STORE);
146 return PrefValueInStore(name, USER_STORE);
173 bool PrefValueStore::PrefValueInStore( function in class:PrefValueStore
193 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
202 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
H A Dpref_value_store.h181 bool PrefValueInStore(const char* name, PrefStoreType store) const;
/external/chromium_org/base/prefs/
H A Dpref_value_store.cc139 return PrefValueInStore(name, MANAGED_STORE);
143 return PrefValueInStore(name, EXTENSION_STORE);
147 return PrefValueInStore(name, USER_STORE);
182 bool PrefValueStore::PrefValueInStore( function in class:PrefValueStore
202 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
211 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
H A Dpref_value_store.h191 bool PrefValueInStore(const char* name, PrefStoreType store) const;

Completed in 119 milliseconds