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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CompositeAnimation.h 43 // A CompositeAnimation represents a collection of animations that are running
45 class CompositeAnimation : public RefCounted<CompositeAnimation> {
47 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
49 return adoptRef(new CompositeAnimation(animationController));
52 ~CompositeAnimation();
81 CompositeAnimation(AnimationControllerPrivate* animationController)
CompositeAnimation.cpp 30 #include "core/page/animation/CompositeAnimation.h"
41 CompositeAnimation::~CompositeAnimation()
51 void CompositeAnimation::clearRenderer()
73 void CompositeAnimation::updateTransitions(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
190 void CompositeAnimation::updateKeyframeAnimations(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
279 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
310 PassRefPtr<RenderStyle> CompositeAnimation::getAnimatedStyle() const
328 double CompositeAnimation::timeToNextService() const
360 double CompositeAnimation::timeToNextEvent() cons
    [all...]

Completed in 29 milliseconds