Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dproperty.cc43 property_changed_callback_(property_changed_callback), in PropertySet()
295 if (!property_changed_callback_.is_null()) in NotifyPropertyChanged()
296 property_changed_callback_.Run(name); in NotifyPropertyChanged()
Dproperty.h338 PropertyChangedCallback property_changed_callback_; variable