HomeSort by relevance Sort by last modified time
    Searched refs:GetUnderlayKey (Results 1 - 2 of 2) sorted by null

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

Completed in 4623 milliseconds