PrefValueInStore  139 base/prefs/pref_value_store.cc   return PrefValueInStore(name, MANAGED_STORE);
PrefValueInStore  143 base/prefs/pref_value_store.cc   return PrefValueInStore(name, EXTENSION_STORE);
PrefValueInStore  147 base/prefs/pref_value_store.cc   return PrefValueInStore(name, USER_STORE);
PrefValueInStore  202 base/prefs/pref_value_store.cc     if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
PrefValueInStore  211 base/prefs/pref_value_store.cc     if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
PrefValueInStore  191 base/prefs/pref_value_store.h   bool PrefValueInStore(const char* name, PrefStoreType store) const;