HomeSort by relevance Sort by last modified time
    Searched defs:NotifyPrefValueChanged (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/prefs/
testing_pref_store.cc 40 NotifyPrefValueChanged(key);
49 NotifyPrefValueChanged(key);
71 void TestingPrefStore::NotifyPrefValueChanged(const std::string& key) {
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map.cc 38 NotifyPrefValueChanged(key);
46 NotifyPrefValueChanged(key);
98 NotifyPrefValueChanged(keys);
110 NotifyPrefValueChanged(keys);
230 void ExtensionPrefValueMap::NotifyPrefValueChanged(
234 NotifyPrefValueChanged(*i);
237 void ExtensionPrefValueMap::NotifyPrefValueChanged(const std::string& key) {

Completed in 361 milliseconds