GetMutableValue 33 android_webview/browser/aw_pref_store.h virtual bool GetMutableValue(const std::string& key, GetMutableValue 58 base/prefs/json_pref_store.h virtual bool GetMutableValue(const std::string& key, GetMutableValue 50 base/prefs/overlay_user_pref_store.cc return underlay_->GetMutableValue(GetUnderlayKey(key), result); GetMutableValue 57 base/prefs/overlay_user_pref_store.cc if (!underlay_->GetMutableValue(GetUnderlayKey(key), &underlay_value)) GetMutableValue 41 base/prefs/overlay_user_pref_store.h virtual bool GetMutableValue(const std::string& key, GetMutableValue 123 base/prefs/overlay_user_pref_store_unittest.cc EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modify)); GetMutableValue 129 base/prefs/overlay_user_pref_store_unittest.cc EXPECT_TRUE(underlay_->GetMutableValue(overlay_key, &original_in_underlay)); GetMutableValue 135 base/prefs/overlay_user_pref_store_unittest.cc EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modified)); GetMutableValue 44 base/prefs/persistent_pref_store.h virtual bool GetMutableValue(const std::string& key, GetMutableValue 266 base/prefs/pref_service.cc if (!user_pref_store_->GetMutableValue(path, &value)) GetMutableValue 420 base/prefs/pref_service.cc if (!user_pref_store_->GetMutableValue(path, &value) || GetMutableValue 32 base/prefs/testing_pref_store.h virtual bool GetMutableValue(const std::string& key, GetMutableValue 305 chrome/browser/managed_mode/managed_user_settings_service.cc if (store_->GetMutableValue(key, &value)) { GetMutableValue 102 chrome/browser/prefs/tracked/segregated_pref_store.cc return StoreForKey(key)->GetMutableValue(key, result); GetMutableValue 60 chrome/browser/prefs/tracked/segregated_pref_store.h virtual bool GetMutableValue(const std::string& key, GetMutableValue 137 tools/gn/parse_tree.cc Value* mutable_base_value = scope->GetMutableValue(base_.value(), true); GetMutableValue 85 tools/gn/scope.cc return mutable_containing_->GetMutableValue(ident, counts_as_used); GetMutableValue 112 tools/gn/scope.h Value* GetMutableValue(const base::StringPiece& ident, bool counts_as_used); GetMutableValue 117 tools/gn/scope_unittest.cc TEST(Scope, GetMutableValue) { GetMutableValue 149 tools/gn/scope_unittest.cc EXPECT_FALSE(mutable_scope2.GetMutableValue(kOnConst, true)); GetMutableValue 152 tools/gn/scope_unittest.cc Value* mutable1_result = mutable_scope2.GetMutableValue(kOnMutable1, false); GetMutableValue 160 tools/gn/scope_unittest.cc mutable1_result = mutable_scope2.GetMutableValue(kOnMutable1, true); GetMutableValue 166 tools/gn/scope_unittest.cc Value* mutable2_result = mutable_scope2.GetMutableValue(kOnMutable2, true);