Searched refs:applyAll (Results 1 – 4 of 4) sorted by relevance
433 return rContainer.applyAll( in notifyAllAnimationHandlers()1036 return mpImpl->maShapeListenerHandlers.applyAll( in notifyShapeListenerAdded()1047 return mpImpl->maShapeListenerHandlers.applyAll( in notifyShapeListenerRemoved()1058 return mpImpl->maShapeCursorHandlers.applyAll( in notifyShapeCursorChange()1067 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintColor()1075 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintStrokeWidth()1083 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintDisabled()1088 return mpImpl->maUserPaintEventHandlers.applyAll( in notifySwitchPenMode()1093 return mpImpl->maUserPaintEventHandlers.applyAll( in notifySwitchEraserMode()1100 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyEraseAllInk()[all …]
133 mpImpl->maUpdaters.applyAll( in commitUpdates()
444 return maIntrinsicAnimationEventHandlers.applyAll( in notifyIntrinsicAnimationsEnabled()450 return maIntrinsicAnimationEventHandlers.applyAll( in notifyIntrinsicAnimationsDisabled()
252 template< typename FuncT > bool applyAll( FuncT func ) const in applyAll() function in slideshow::internal::ListenerContainerBase