Searched refs:property_changed_callback_ (Results 1 – 2 of 2) sorted by relevance
45 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()
338 PropertyChangedCallback property_changed_callback_; variable