Searched refs:rViewUpdate (Results 1 – 2 of 2) sorted by relevance
182 void ScreenUpdater::addViewUpdate( ViewUpdateSharedPtr const& rViewUpdate ) in addViewUpdate() argument184 mpImpl->maUpdaters.add( rViewUpdate ); in addViewUpdate()187 void ScreenUpdater::removeViewUpdate( ViewUpdateSharedPtr const& rViewUpdate ) in removeViewUpdate() argument189 mpImpl->maUpdaters.remove( rViewUpdate ); in removeViewUpdate()
89 void addViewUpdate( ViewUpdateSharedPtr const& rViewUpdate );
Completed in 16 milliseconds