HomeSort by relevance Sort by last modified time
    Searched full:animationcontroller (Results 1 - 25 of 52) sorted by null

1 2 3

  /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();
  /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)
AnimationController.cpp 30 #include "AnimationController.h"
455 AnimationController::AnimationController(Frame* frame)
460 AnimationController::~AnimationController()
465 void AnimationController::cancelAnimations(RenderObject* renderer)
477 PassRefPtr<RenderStyle> AnimationController::updateAnimations(RenderObject* renderer, RenderStyle* newStyle)
513 PassRefPtr<RenderStyle> AnimationController::getAnimatedStyleForRenderer(RenderObject* renderer)
518 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime)
523 bool AnimationController::pauseAnimationAtTime(RenderObject* renderer, const String& name, double t
    [all...]
AnimationController.h 47 class AnimationController {
49 AnimationController(Frame*);
50 ~AnimationController();
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...]
CompositeAnimation.cpp 62 animationController()->animationWillBeRemoved(transition);
71 animationController()->animationWillBeRemoved(anim);
154 animationController()->animationWillBeRemoved(implAnim);
185 animationController()->animationWillBeRemoved(anim);
267 animationController()->animationWillBeRemoved(keyframeAnim);
AnimationBase.h 41 class AnimationController;
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.h 56 // Invokes pauseAnimationAtTime on the AnimationController associated with the
64 // Invokes pauseTransitionAtTime on the AnimationController associated with the
dom_operations.cc 249 WebAnimationController* controller = web_frame->animationController();
270 WebAnimationController* controller = web_frame->animationController();
303 WebAnimationController* controller = web_frame->animationController();
  /external/webkit/Source/WebCore/page/
Frame.h 31 #include "AnimationController.h"
118 AnimationController* animation() const;
238 mutable AnimationController m_animationController;
320 inline AnimationController* Frame::animation() const
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 41 #include <WebCore/AnimationController.h>
381 AnimationController* controller = m_coreFrame->animation();
393 AnimationController* controller = m_coreFrame->animation();
412 AnimationController* controller = m_coreFrame->animation();
424 AnimationController* controller = m_coreFrame->animation();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 90 private AnimationController mAnimation = new AnimationController();
171 AnimationController a = mAnimation;
282 private class AnimationController extends Animation {
293 public AnimationController() {
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 261 AnimationController* controller = coreFrame->animation();
281 AnimationController* controller = coreFrame->animation();
327 AnimationController* controller = coreFrame->animation();
340 AnimationController* controller = coreFrame->animation();
353 AnimationController* controller = coreFrame->animation();
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 27 #include "AnimationController.h"
RenderObject.h 47 class AnimationController;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 57 #import <WebCore/AnimationController.h>
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 302 // false, the animation will be run by AnimationController.
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 1208 AnimationController* controller = frame->animation();
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 28 #include "AnimationController.h"
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 32 #include "AnimationController.h"
    [all...]

Completed in 491 milliseconds

1 2 3