GetUnderlayKey     44 base/prefs/overlay_user_pref_store.cc   return underlay_->GetValue(GetUnderlayKey(key), result);
GetUnderlayKey     50 base/prefs/overlay_user_pref_store.cc     return underlay_->GetMutableValue(GetUnderlayKey(key), result);
GetUnderlayKey     57 base/prefs/overlay_user_pref_store.cc   if (!underlay_->GetMutableValue(GetUnderlayKey(key), &underlay_value))
GetUnderlayKey     68 base/prefs/overlay_user_pref_store.cc     underlay_->SetValue(GetUnderlayKey(key), value);
GetUnderlayKey     79 base/prefs/overlay_user_pref_store.cc     underlay_->SetValueSilently(GetUnderlayKey(key), value);
GetUnderlayKey     88 base/prefs/overlay_user_pref_store.cc     underlay_->RemoveValue(GetUnderlayKey(key));
GetUnderlayKey     69 base/prefs/overlay_user_pref_store.h   const std::string& GetUnderlayKey(const std::string& overlay_key) const;