StoreForKey        89 chrome/browser/prefs/tracked/segregated_pref_store.cc   return StoreForKey(key)->GetValue(key, result);
StoreForKey        93 chrome/browser/prefs/tracked/segregated_pref_store.cc   StoreForKey(key)->SetValue(key, value);
StoreForKey        97 chrome/browser/prefs/tracked/segregated_pref_store.cc   StoreForKey(key)->RemoveValue(key);
StoreForKey       102 chrome/browser/prefs/tracked/segregated_pref_store.cc   return StoreForKey(key)->GetMutableValue(key, result);
StoreForKey       106 chrome/browser/prefs/tracked/segregated_pref_store.cc   StoreForKey(key)->ReportValueChanged(key);
StoreForKey       111 chrome/browser/prefs/tracked/segregated_pref_store.cc   StoreForKey(key)->SetValueSilently(key, value);
StoreForKey        95 chrome/browser/prefs/tracked/segregated_pref_store.h   const PersistentPrefStore* StoreForKey(const std::string& key) const;
StoreForKey       100 chrome/browser/prefs/tracked/segregated_pref_store.h   PersistentPrefStore* StoreForKey(const std::string& key);