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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.h 47 class AnimationController {
49 AnimationController(Frame*);
50 ~AnimationController();
85 AnimationUpdateBlock(AnimationController* animationController)
86 : m_animationController(animationController)
98 AnimationController* m_animationController;
AnimationController.cpp 30 #include "core/page/animation/AnimationController.h"
474 AnimationController::AnimationController(Frame* frame)
480 AnimationController::~AnimationController()
484 void AnimationController::cancelAnimations(RenderObject* renderer)
495 PassRefPtr<RenderStyle> AnimationController::updateAnimations(RenderObject* renderer, RenderStyle* newStyle)
534 PassRefPtr<RenderStyle> AnimationController::getAnimatedStyleForRenderer(RenderObject* renderer)
539 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime)
544 void AnimationController::pauseAnimationsForTesting(double t
    [all...]
CompositeAnimation.h 39 class AnimationController;
47 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
49 return adoptRef(new CompositeAnimation(animationController));
62 AnimationControllerPrivate* animationController() const { return m_animationController; }
81 CompositeAnimation(AnimationControllerPrivate* animationController)
82 : m_animationController(animationController)
AnimationBase.h 40 class AnimationController;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 43 class AnimationController;
103 AnimationController* animation() const;
189 OwnPtr<AnimationController> m_animationController;
242 inline AnimationController* Frame::animation() const
Frame.cpp 55 #include "core/page/animation/AnimationController.h"
110 , m_animationController(adoptPtr(new AnimationController(this)))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 48 class AnimationController;
    [all...]
RenderLayerCompositor.cpp 43 #include "core/page/animation/AnimationController.h"
    [all...]
RenderObject.cpp 48 #include "core/page/animation/AnimationController.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 100 #include "core/page/animation/AnimationController.h"
418 if (AnimationController* controller = contextFrame->animation())
432 AnimationController* controller = document->frame()->animation();
448 AnimationController* controller = document->frame()->animation();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 442 third_party/WebKit/Source/core/page/animation/AnimationController.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 442 third_party/WebKit/Source/core/page/animation/AnimationController.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 442 third_party/WebKit/Source/core/page/animation/AnimationController.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 442 third_party/WebKit/Source/core/page/animation/AnimationController.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 442 third_party/WebKit/Source/core/page/animation/AnimationController.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 442 third_party/WebKit/Source/core/page/animation/AnimationController.cpp \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 61 #include "core/page/animation/AnimationController.h"
    [all...]

Completed in 348 milliseconds