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

  /external/webkit/Source/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();
87 CompositeAnimation(AnimationControllerPrivate* animationController)
CompositeAnimation.cpp 30 #include "CompositeAnimation.h"
44 CompositeAnimation::~CompositeAnimation()
54 void CompositeAnimation::clearRenderer()
77 void CompositeAnimation::updateTransitions(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
195 void CompositeAnimation::updateKeyframeAnimations(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
277 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle)
309 PassRefPtr<RenderStyle> CompositeAnimation::getAnimatedStyle() const
330 void CompositeAnimation::setAnimating(bool animating)
349 double CompositeAnimation::timeToNextService() cons
    [all...]

Completed in 203 milliseconds