Searched defs:NotifyPrefValueChanged (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dtesting_pref_store.cc40 NotifyPrefValueChanged(key);
49 NotifyPrefValueChanged(key);
71 void TestingPrefStore::NotifyPrefValueChanged(const std::string& key) { function in class:TestingPrefStore
/external/chromium/chrome/browser/extensions/
H A Dextension_pref_value_map.cc38 NotifyPrefValueChanged(key);
46 NotifyPrefValueChanged(key);
98 NotifyPrefValueChanged(keys);
110 NotifyPrefValueChanged(keys);
230 void ExtensionPrefValueMap::NotifyPrefValueChanged( function in class:ExtensionPrefValueMap
234 NotifyPrefValueChanged(*i);
237 void ExtensionPrefValueMap::NotifyPrefValueChanged(const std::string& key) { function in class:ExtensionPrefValueMap

Completed in 82 milliseconds