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

  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 47 class AnimationController {
49 AnimationController(Frame*);
50 ~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...]

Completed in 29 milliseconds