Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dproperty.h216 typedef base::Callback<void(const std::string& name)> PropertyChangedCallback; typedef
225 const PropertyChangedCallback& property_changed_callback);
338 PropertyChangedCallback property_changed_callback_;
Dproperty.cc42 const PropertyChangedCallback& property_changed_callback) in PropertySet()