Home
last modified time | relevance | path

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

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