OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompositeAnimation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/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
();
77
CompositeAnimation
(AnimationControllerPrivate* animationController)
CompositeAnimation.cpp
30
#include "core/frame/animation/
CompositeAnimation
.h"
39
CompositeAnimation
::~
CompositeAnimation
()
49
void
CompositeAnimation
::clearRenderer()
71
void
CompositeAnimation
::updateTransitions(RenderObject& renderer, RenderStyle* currentStyle, RenderStyle& targetStyle)
188
void
CompositeAnimation
::updateKeyframeAnimations(RenderObject& renderer, RenderStyle* currentStyle, RenderStyle& targetStyle)
277
PassRefPtr<RenderStyle>
CompositeAnimation
::animate(RenderObject& renderer, RenderStyle* currentStyle, RenderStyle& targetStyle)
308
PassRefPtr<RenderStyle>
CompositeAnimation
::getAnimatedStyle() const
326
double
CompositeAnimation
::timeToNextService() const
358
double
CompositeAnimation
::timeToNextEvent() cons
[
all
...]
Completed in 22 milliseconds