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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 145 RetainPtr<CAPropertyAnimation> m_animation; member in class:WebCore::PlatformCAAnimation
147 RetainPtr<CACFAnimationRef> m_animation; member in class:WebCore::PlatformCAAnimation
GraphicsLayerCA.h 365 : m_animation(caAnimation)
372 RefPtr<PlatformCAAnimation> m_animation; member in struct:WebCore::GraphicsLayerCA::LayerPropertyAnimation
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 140 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); }
189 const Animation* animation() const { return m_animation.get(); }
232 RefPtr<Animation> m_animation; member in class:WebCore::AnimationBase
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 75 m_animation = 0;
81 , m_animation(animation)
88 SVGSMILElement* m_animation; member in class:WebCore::ConditionEventListener
95 return m_animation == conditionEventListener->m_animation && m_condition == conditionEventListener->m_condition;
101 if (!m_animation)
103 m_animation->handleConditionEvent(event, m_condition);
    [all...]

Completed in 2370 milliseconds