Searched refs:GetMutableValue (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/prefs/ |
D | overlay_persistent_pref_store_unittest.cc | 126 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()
|
D | overlay_persistent_pref_store.cc | 42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue( in GetMutableValue() function in OverlayPersistentPrefStore 51 underlay_->GetMutableValue(key, &underlay_value); in GetMutableValue()
|
D | overlay_persistent_pref_store.h | 40 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
|
D | testing_pref_store.h | 33 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
|
D | testing_pref_store.cc | 21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in TestingPrefStore
|
D | pref_service.cc | 607 if (user_pref_store_->GetMutableValue(path, &value) in GetMutableUserPref()
|
/external/chromium/chrome/common/ |
D | persistent_pref_store.h | 38 virtual ReadResult GetMutableValue(const std::string& key,
|
D | json_pref_store.h | 51 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
|
D | json_pref_store.cc | 158 PrefStore::ReadResult JsonPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in JsonPrefStore
|