Home
last modified time | relevance | path

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

/external/chromium_org/dbus/
Dproperty.cc38 property_changed_callback_(property_changed_callback), in PropertySet()
210 if (!property_changed_callback_.is_null()) in NotifyPropertyChanged()
211 property_changed_callback_.Run(name); in NotifyPropertyChanged()
Dproperty.h313 PropertyChangedCallback property_changed_callback_; variable