Searched refs:m_compAnim (Results 1 – 4 of 4) sorted by relevance
801 , m_compAnim(compAnim) in AnimationBase()933 if (!m_compAnim) in updateStateMachine()939 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this); in updateStateMachine()951 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this); in updateStateMachine()966 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this); in updateStateMachine()1006 m_compAnim->animationController()->addToAnimationsWaitingForStyle(this); in updateStateMachine()1010 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node()); in updateStateMachine()1041 … m_compAnim->animationController()->addToAnimationsWaitingForStartTimeResponse(this, started); in updateStateMachine()1071 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node()); in updateStateMachine()1115 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node()); in updateStateMachine()[all …]
57 void clear() { m_object = 0; m_compAnim = 0; } in clear()195 CompositeAnimation* compositeAnimation() { return m_compAnim; } in compositeAnimation()233 CompositeAnimation* m_compAnim; variable
160 … RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty); in onAnimationEnd()188 …m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTim… in sendTransitionEvent()
348 …m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationNam… in sendAnimationEvent()