Home
last modified time | relevance | path

Searched refs:notify_cb_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/settings/
Dcros_settings_provider.cc17 : notify_cb_(notify_cb) { in CrosSettingsProvider()
37 if (!notify_cb_.is_null()) in NotifyObservers()
38 notify_cb_.Run(path); in NotifyObservers()
43 notify_cb_ = notify_cb; in SetNotifyObserversCallback()
Dcros_settings_provider.h74 NotifyObserversCallback notify_cb_; variable