Home
last modified time | relevance | path

Searched refs:NotifyPrefChanged (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/base/prefs/
Dpref_value_store.cc126 void PrefValueStore::NotifyPrefChanged( in NotifyPrefChanged() function in PrefValueStore
252 NotifyPrefChanged(key.c_str(), type); in OnPrefValueChanged()
Dpref_value_store.h223 void NotifyPrefChanged(const char* path, PrefStoreType new_store);
/external/chromium_org/chrome/browser/ui/webui/options/
Dcore_options_handler.h79 void NotifyPrefChanged(const std::string& pref_name,
Dcore_options_handler.cc205 NotifyPrefChanged(pref_name, std::string()); in OnPreferenceChanged()
306 NotifyPrefChanged(pref_name, std::string()); in SetPref()
352 void CoreOptionsHandler::NotifyPrefChanged( in NotifyPrefChanged() function in options::CoreOptionsHandler
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dcore_chromeos_options_handler.cc363 NotifyPrefChanged(prefs::kUseSharedProxies, prefs::kProxy); in OnPreferenceChanged()