HomeSort by relevance Sort by last modified time
    Searched refs:GetMutableValue (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/common/
persistent_pref_store.h 38 virtual ReadResult GetMutableValue(const std::string& key,
42 // if one retrieves a list or dictionary with GetMutableValue and change its
json_pref_store.h 51 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
json_pref_store.cc 158 PrefStore::ReadResult JsonPrefStore::GetMutableValue(const std::string& key,
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.cc 42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue(
51 underlay_->GetMutableValue(key, &underlay_value);
overlay_persistent_pref_store.h 40 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
testing_pref_store.h 33 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
overlay_persistent_pref_store_unittest.cc 121 // 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));
testing_pref_store.cc 21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key,
pref_service.cc 600 NOTREACHED() << "Wrong type for GetMutableValue: " << path;
607 if (user_pref_store_->GetMutableValue(path, &value)

Completed in 536 milliseconds