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

  /external/chromium/chrome/browser/ui/options/
options_page_base.cc 37 NotifyPrefChanged(Details<std::string>(details).ptr());
options_page_base.h 53 virtual void NotifyPrefChanged(const std::string* pref_name) {}
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 109 void NotifyPrefChanged(const std::string* pref_name);
core_options_handler.cc 102 NotifyPrefChanged(Details<std::string>(details).ptr());
360 void CoreOptionsHandler::NotifyPrefChanged(const std::string* pref_name) {
  /external/chromium/chrome/browser/chromeos/
preferences.h 44 void NotifyPrefChanged(const std::string* pref_name);
preferences.cc 209 NotifyPrefChanged(NULL);
222 NotifyPrefChanged(Details<std::string>(details).ptr());
225 void Preferences::NotifyPrefChanged(const std::string* pref_name) {
  /external/chromium/chrome/browser/prefs/
pref_value_store.h 207 void NotifyPrefChanged(const char* path, PrefStoreType new_store);
pref_value_store.cc 124 void PrefValueStore::NotifyPrefChanged(
237 NotifyPrefChanged(key.c_str(), type);
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 143 void NotifyPrefChanged(const std::string* pref);
browser_toolbar_gtk.cc 232 NotifyPrefChanged(NULL);
345 NotifyPrefChanged(Details<std::string>(details).ptr());
607 void BrowserToolbarGtk::NotifyPrefChanged(const std::string* pref) {

Completed in 284 milliseconds