Searched refs:GetMutableValue (Results 1 - 25 of 27) sorted by last modified time

12

/external/chromium_org/tools/gn/
H A Dparse_tree.cc174 Value* mutable_base_value = scope->GetMutableValue(base_.value(), true);
H A Dparse_tree_unittest.cc44 setup.scope()->GetMutableValue("a", false)->scope_value()->SetValue(
H A Dscope.cc82 Value* Scope::GetMutableValue(const base::StringPiece& ident, function in class:Scope
94 return mutable_containing_->GetMutableValue(ident, counts_as_used);
H A Dscope.h149 Value* GetMutableValue(const base::StringPiece& ident, bool counts_as_used);
H A Dscope_unittest.cc233 TEST(Scope, GetMutableValue) {
265 EXPECT_FALSE(mutable_scope2.GetMutableValue(kOnConst, true));
268 Value* mutable1_result = mutable_scope2.GetMutableValue(kOnMutable1, false);
276 mutable1_result = mutable_scope2.GetMutableValue(kOnMutable1, true);
282 Value* mutable2_result = mutable_scope2.GetMutableValue(kOnMutable2, true);
H A Dtemplate.cc72 Value* invoker_value = template_scope.GetMutableValue(kInvoker, false);
99 invoker_value = template_scope.GetMutableValue(kInvoker, false);
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator.cc29 if (!pref_store_->GetMutableValue("browser", &browser_value))
H A Dbrowser_ui_prefs_migrator_unittest.cc45 virtual bool GetMutableValue(const std::string& key,
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
H A Dleveldb_pref_store.h48 virtual bool GetMutableValue(const std::string& key,
H A Dleveldb_pref_store_unittest.cc128 TEST_F(LevelDBPrefStoreTest, GetMutableValue) {
137 EXPECT_TRUE(pref_store_->GetMutableValue(key, &actual_value));
/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);
H A Dsegregated_pref_store.h59 virtual bool GetMutableValue(const std::string& key,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc307 if (store_->GetMutableValue(key, &value)) {
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc19 bool AwPrefStore::GetMutableValue(const std::string& key, function in class:AwPrefStore
H A Daw_pref_store.h33 virtual bool GetMutableValue(const std::string& key,
/external/chromium_org/base/prefs/
H A Djson_pref_store.cc196 bool JsonPrefStore::GetMutableValue(const std::string& key, function in class:JsonPrefStore
H A Djson_pref_store.h77 virtual bool GetMutableValue(const std::string& key,
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 Doverlay_user_pref_store.h41 virtual bool GetMutableValue(const std::string& key,
H A Doverlay_user_pref_store_unittest.cc118 // Check that GetMutableValue does not return the dictionary of the underlay.
123 EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modify));
129 EXPECT_TRUE(underlay_->GetMutableValue(overlay_key, &original_in_underlay));
135 EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modified));
H A Dpref_service.cc266 if (!user_pref_store_->GetMutableValue(path, &value))
413 NOTREACHED() << "Wrong type for GetMutableValue: " << path;
420 if (!user_pref_store_->GetMutableValue(path, &value) ||
H A Dtesting_pref_store.cc24 bool TestingPrefStore::GetMutableValue(const std::string& key, function in class:TestingPrefStore
H A Dtesting_pref_store.h32 virtual bool GetMutableValue(const std::string& key,
H A Dvalue_map_pref_store.cc41 bool ValueMapPrefStore::GetMutableValue(const std::string& key, function in class:ValueMapPrefStore

Completed in 219 milliseconds

12