HomeSort by relevance Sort by last modified time
    Searched refs:animationController (Results 1 - 12 of 12) 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...]
WebAnimationControllerImpl.h 37 class AnimationController;
59 WebCore::AnimationController* animationController() const;
WebFrameImpl.h 96 virtual WebAnimationController* animationController();
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)
CompositeAnimation.cpp 62 animationController()->animationWillBeRemoved(transition);
71 animationController()->animationWillBeRemoved(anim);
154 animationController()->animationWillBeRemoved(implAnim);
185 animationController()->animationWillBeRemoved(anim);
267 animationController()->animationWillBeRemoved(keyframeAnim);
AnimationBase.cpp 606 // FIXME: This data is never destroyed. Maybe we should ref count it and toss it when the last AnimationController is destroyed?
    [all...]
ImplicitAnimation.cpp 188 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
KeyframeAnimation.cpp 348 m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationName(), elapsedTime);
  /external/chromium/webkit/glue/
dom_operations.cc 249 WebAnimationController* controller = web_frame->animationController();
270 WebAnimationController* controller = web_frame->animationController();
303 WebAnimationController* controller = web_frame->animationController();
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 216 virtual WebAnimationController* animationController() = 0;
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]

Completed in 672 milliseconds