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

/external/chromium/chrome/common/
H A Dpersistent_pref_store.h38 virtual ReadResult GetMutableValue(const std::string& key,
42 // if one retrieves a list or dictionary with GetMutableValue and change its
H A Djson_pref_store.h51 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
H A Djson_pref_store.cc158 PrefStore::ReadResult JsonPrefStore::GetMutableValue(const std::string& key, function in class:JsonPrefStore
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store.cc42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue( function in class:OverlayPersistentPrefStore
51 underlay_->GetMutableValue(key, &underlay_value);
H A Doverlay_persistent_pref_store.h40 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
H A Dtesting_pref_store.h33 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
H A Doverlay_persistent_pref_store_unittest.cc121 // Check that GetMutableValue does not return the dictionary of the underlay.
126 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetMutableValue(key, &modify));
133 underlay_->GetMutableValue(key, &original_in_underlay));
139 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetMutableValue(key, &modified));
H A Dtesting_pref_store.cc21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key, function in class:TestingPrefStore
H A Dpref_service.cc600 NOTREACHED() << "Wrong type for GetMutableValue: " << path;
607 if (user_pref_store_->GetMutableValue(path, &value)

Completed in 678 milliseconds