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

  /external/webkit/WebCore/page/animation/
CompositeAnimation.h 46 // A CompositeAnimation represents a collection of animations that are running
48 class CompositeAnimation : public RefCounted<CompositeAnimation> {
50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
52 return adoptRef(new CompositeAnimation(animationController));
55 ~CompositeAnimation();
85 CompositeAnimation(AnimationControllerPrivate* animationController)
CompositeAnimation.cpp 30 #include "CompositeAnimation.h"
41 CompositeAnimation::~CompositeAnimation()
48 void CompositeAnimation::clearRenderer()
69 void CompositeAnimation::updateTransitions(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
184 void CompositeAnimation::updateKeyframeAnimations(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
261 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
293 PassRefPtr<RenderStyle> CompositeAnimation::getAnimatedStyle() const
314 void CompositeAnimation::setAnimating(bool animating)
333 double CompositeAnimation::timeToNextService() cons
    [all...]

Completed in 61 milliseconds