Home
last modified time | relevance | path

Searched refs:m_compAnim (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp801 , 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()
1041m_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 …]
DAnimationBase.h57 void clear() { m_object = 0; m_compAnim = 0; } in clear()
195 CompositeAnimation* compositeAnimation() { return m_compAnim; } in compositeAnimation()
233 CompositeAnimation* m_compAnim; variable
DImplicitAnimation.cpp160 … RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty); in onAnimationEnd()
188m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTim… in sendTransitionEvent()
DKeyframeAnimation.cpp348m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationNam… in sendAnimationEvent()