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