HomeSort by relevance Sort by last modified time
    Searched refs:m_compAnim (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationBase.cpp 55 , m_compAnim(compAnim)
80 if (!m_compAnim)
86 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this);
98 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this);
113 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this);
153 m_compAnim->animationController()->addToAnimationsWaitingForStyle(this);
157 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node());
184 m_compAnim->animationController()->addToAnimationsWaitingForStartTimeResponse(this, isAccelerated());
213 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node());
259 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node())
    [all...]
AnimationBase.h 61 m_compAnim = 0;
185 CompositeAnimation* compositeAnimation() { return m_compAnim; }
223 CompositeAnimation* m_compAnim;
ImplicitAnimation.cpp 138 RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty);
163 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
KeyframeAnimation.cpp 320 m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationName(), elapsedTime);

Completed in 153 milliseconds