Searched defs:animationController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DAnimationController.h85 AnimationUpdateBlock(AnimationController* animationController) argument
86 : m_animationController(animationController)
H A DCompositeAnimation.h47 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController) argument
49 return adoptRef(new CompositeAnimation(animationController));
62 AnimationControllerPrivate* animationController() const { return m_animationController; } function in class:WebCore::CompositeAnimation
81 CompositeAnimation(AnimationControllerPrivate* animationController) argument
82 : m_animationController(animationController)

Completed in 83 milliseconds