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

  /external/webkit/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();
WebAnimationControllerImpl.h 39 class AnimationController;
59 WebCore::AnimationController* animationController() const;
WebFrameImpl.h 91 virtual WebAnimationController* animationController();
WebFrameImpl.cpp 568 WebAnimationController* WebFrameImpl::animationController()
    [all...]
  /external/webkit/WebCore/page/animation/
CompositeAnimation.h 42 class AnimationController;
50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
52 return adoptRef(new CompositeAnimation(animationController));
64 AnimationControllerPrivate* animationController() const { return m_animationController; }
85 CompositeAnimation(AnimationControllerPrivate* animationController)
86 : m_animationController(animationController)
AnimationBase.cpp 566 // FIXME: This data is never destroyed. Maybe we should ref count it and toss it when the last AnimationController is destroyed?
    [all...]
ImplicitAnimation.cpp 169 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
KeyframeAnimation.cpp 289 m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationName(), elapsedTime);
  /external/webkit/WebKit/chromium/public/
WebFrame.h 185 virtual WebAnimationController* animationController() = 0;

Completed in 113 milliseconds