Searched defs:GetMutableValue (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/prefs/
H A Dvalue_map_pref_store.cc41 bool ValueMapPrefStore::GetMutableValue(const std::string& key, function in class:ValueMapPrefStore
H A Doverlay_user_pref_store.cc47 bool OverlayUserPrefStore::GetMutableValue(const std::string& key, function in class:OverlayUserPrefStore
50 return underlay_->GetMutableValue(GetUnderlayKey(key), result);
57 if (!underlay_->GetMutableValue(GetUnderlayKey(key), &underlay_value))
H A Dtesting_pref_store.cc24 bool TestingPrefStore::GetMutableValue(const std::string& key, function in class:TestingPrefStore
H A Djson_pref_store.cc221 bool JsonPrefStore::GetMutableValue(const std::string& key, function in class:JsonPrefStore
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc19 bool AwPrefStore::GetMutableValue(const std::string& key, function in class:AwPrefStore
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store.cc93 bool SegregatedPrefStore::GetMutableValue(const std::string& key, function in class:SegregatedPrefStore
95 return StoreForKey(key)->GetMutableValue(key, result);
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc220 // Callers of GetMutableValue have to also call ReportValueChanged.
221 bool LevelDBPrefStore::GetMutableValue(const std::string& key, function in class:LevelDBPrefStore
/external/chromium_org/tools/gn/
H A Dscope.cc82 Value* Scope::GetMutableValue(const base::StringPiece& ident, function in class:Scope
94 return mutable_containing_->GetMutableValue(ident, counts_as_used);

Completed in 185 milliseconds