Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/options/
Doptions_page_base.cc37 NotifyPrefChanged(Details<std::string>(details).ptr()); in Observe()
Doptions_page_base.h53 virtual void NotifyPrefChanged(const std::string* pref_name) {} in NotifyPrefChanged() function
/external/chromium/chrome/browser/prefs/
Dpref_value_store.cc124 void PrefValueStore::NotifyPrefChanged( in NotifyPrefChanged() function in PrefValueStore
237 NotifyPrefChanged(key.c_str(), type); in OnPrefValueChanged()
Dpref_value_store.h207 void NotifyPrefChanged(const char* path, PrefStoreType new_store);
/external/chromium/chrome/browser/chromeos/
Dpreferences.h44 void NotifyPrefChanged(const std::string* pref_name);
Dpreferences.cc209 NotifyPrefChanged(NULL); in Init()
222 NotifyPrefChanged(Details<std::string>(details).ptr()); in Observe()
225 void Preferences::NotifyPrefChanged(const std::string* pref_name) { in NotifyPrefChanged() function in chromeos::Preferences
/external/chromium/chrome/browser/ui/webui/options/
Dcore_options_handler.h109 void NotifyPrefChanged(const std::string* pref_name);
Dcore_options_handler.cc102 NotifyPrefChanged(Details<std::string>(details).ptr()); in Observe()
360 void CoreOptionsHandler::NotifyPrefChanged(const std::string* pref_name) { in NotifyPrefChanged() function in CoreOptionsHandler
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_toolbar_gtk.cc232 NotifyPrefChanged(NULL); in Init()
345 NotifyPrefChanged(Details<std::string>(details).ptr()); in Observe()
607 void BrowserToolbarGtk::NotifyPrefChanged(const std::string* pref) { in NotifyPrefChanged() function in BrowserToolbarGtk
Dbrowser_toolbar_gtk.h143 void NotifyPrefChanged(const std::string* pref);