OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnimationBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationBase.cpp
30
#include "core/frame/animation/
AnimationBase
.h"
43
AnimationBase
::
AnimationBase
(const CSSAnimationData* transition, RenderObject& renderer, CompositeAnimation* compAnim)
62
void
AnimationBase
::setNeedsStyleRecalc(Node* node)
68
double
AnimationBase
::duration() const
73
bool
AnimationBase
::playStatePlaying() const
78
void
AnimationBase
::updateStateMachine(AnimStateInput input, double param)
342
void
AnimationBase
::fireAnimationEventsIfNeeded()
353
// and it ref counts this object, we will keep a ref to that instead. That way the
AnimationBase
355
RefPtr<
AnimationBase
> protector(this)
[
all
...]
AnimationBase.h
39
class
AnimationBase
;
48
class
AnimationBase
: public RefCounted<
AnimationBase
> {
53
AnimationBase
(const CSSAnimationData* transition, RenderObject& renderer, CompositeAnimation* compAnim);
54
virtual ~
AnimationBase
() { }
108
updateStateMachine(
AnimationBase
::AnimationStateInputStartTimeSet, startTime);
176
updateStateMachine(
AnimationBase
::AnimationStateInputStyleAvailable, -1);
Completed in 27 milliseconds