Searched refs:m_animationController (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DAnimationController.h91 : m_animationController(animationController)
93 if (m_animationController)
94 m_animationController->beginAnimationUpdate();
99 if (m_animationController)
100 m_animationController->endAnimationUpdate();
103 AnimationController* m_animationController; member in class:WebCore::AnimationUpdateBlock
H A DCompositeAnimation.h63 AnimationControllerPrivate* animationController() const { return m_animationController; }
91 AnimationControllerPrivate* m_animationController; member in class:WebCore::CompositeAnimation
H A DCompositeAnimation.cpp45 : m_animationController(animationController)
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrame.h291 const std::unique_ptr<AnimationController> m_animationController; member in class:WebCore::Frame
362 return *m_animationController;
H A DFrame.cpp162 , m_animationController(std::make_unique<AnimationController>(*this))

Completed in 165 milliseconds