Home
last modified time | relevance | path

Searched refs:GetMutableValue (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/prefs/
Doverlay_persistent_pref_store_unittest.cc126 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetMutableValue(key, &modify)); in TEST_F()
133 underlay_->GetMutableValue(key, &original_in_underlay)); in TEST_F()
139 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetMutableValue(key, &modified)); in TEST_F()
Doverlay_persistent_pref_store.cc42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue( in GetMutableValue() function in OverlayPersistentPrefStore
51 underlay_->GetMutableValue(key, &underlay_value); in GetMutableValue()
Doverlay_persistent_pref_store.h40 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
Dtesting_pref_store.h33 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
Dtesting_pref_store.cc21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in TestingPrefStore
Dpref_service.cc607 if (user_pref_store_->GetMutableValue(path, &value) in GetMutableUserPref()
/external/chromium/chrome/common/
Dpersistent_pref_store.h38 virtual ReadResult GetMutableValue(const std::string& key,
Djson_pref_store.h51 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
Djson_pref_store.cc158 PrefStore::ReadResult JsonPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in JsonPrefStore