Searched refs:ReportValueChanged (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/common/
H A Dpersistent_pref_store.h44 // ReportValueChanged will trigger notifications even if nothing has changed.
45 virtual void ReportValueChanged(const std::string& key) = 0;
H A Djson_pref_store.h62 virtual void ReportValueChanged(const std::string& key);
H A Djson_pref_store.cc294 void JsonPrefStore::ReportValueChanged(const std::string& key) { function in class:JsonPrefStore
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store.h49 virtual void ReportValueChanged(const std::string& key);
H A Dtesting_pref_store.h34 virtual void ReportValueChanged(const std::string& key);
H A Doverlay_persistent_pref_store.cc99 void OverlayPersistentPrefStore::ReportValueChanged(const std::string& key) { function in class:OverlayPersistentPrefStore
H A Dtesting_pref_store.cc79 void TestingPrefStore::ReportValueChanged(const std::string& key) { function in class:TestingPrefStore
H A Dpref_service.cc623 user_pref_store_->ReportValueChanged(key);

Completed in 656 milliseconds