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

  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.cpp 34 #include "AnimationController.h"
51 AnimationController* WebAnimationControllerImpl::animationController() const
62 AnimationController* controller = animationController();
74 AnimationController* controller = animationController();
84 AnimationController* controller = animationController();
92 AnimationController* controller = animationController()
    [all...]
WebFrameImpl.cpp 720 WebAnimationController* WebFrameImpl::animationController()
    [all...]
  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.h 41 class AnimationController;
50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
52 return adoptRef(new CompositeAnimation(animationController));
64 AnimationControllerPrivate* animationController() const { return m_animationController; }
87 CompositeAnimation(AnimationControllerPrivate* animationController)
88 : m_animationController(animationController)

Completed in 61 milliseconds