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

  /external/webkit/WebCore/page/animation/
AnimationBase.cpp     [all...]
KeyframeAnimation.cpp 70 double t = m_animation->duration() ? (elapsedTime / m_animation->duration()) : 1;
73 if (m_animation->direction() && (i & 1))
111 if (isNew() && m_animation->playState() == AnimPlayStatePlaying)
125 if (waitingToStart() && m_animation->delay() > 0)
201 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
AnimationBase.h 136 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); }
220 RefPtr<Animation> m_animation; member in class:WebCore::AnimationBase
CompositeAnimation.cpp 495 int count = keyframeAnim->m_animation->iterationCount();
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 347 : m_animation(caAnim)
354 RetainPtr<CAPropertyAnimation*> m_animation; member in struct:WebCore::GraphicsLayerCA::LayerAnimation
GraphicsLayerCA.mm     [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 83 , m_animation(animation)
92 SVGSMILElement* m_animation; member in class:WebCore::ConditionEventListener
100 return m_animation == conditionEventListener->m_animation
108 m_animation->handleConditionEvent(event, m_condition);
    [all...]

Completed in 720 milliseconds