HomeSort by relevance Sort by last modified time
    Searched defs:AnimationController (Results 1 - 2 of 2) 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...]

Completed in 37 milliseconds