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

  /external/webkit/WebCore/page/animation/
AnimationBase.h 136 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); }
220 RefPtr<Animation> m_animation; member in class:WebCore::AnimationBase
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 347 : m_animation(caAnim)
354 RetainPtr<CAPropertyAnimation*> m_animation; member in struct:WebCore::GraphicsLayerCA::LayerAnimation
  /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 42 milliseconds