Home
last modified time | relevance | path

Searched refs:AnimationBase (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DAnimationBase.cpp43 AnimationBase::AnimationBase(const CSSAnimationData* transition, RenderObject& renderer, CompositeA… in AnimationBase() function in WebCore::AnimationBase
62 void AnimationBase::setNeedsStyleRecalc(Node* node) in setNeedsStyleRecalc()
68 double AnimationBase::duration() const in duration()
73 bool AnimationBase::playStatePlaying() const in playStatePlaying()
78 void AnimationBase::updateStateMachine(AnimStateInput input, double param) in updateStateMachine()
342 void AnimationBase::fireAnimationEventsIfNeeded() in fireAnimationEventsIfNeeded()
355 RefPtr<AnimationBase> protector(this); in fireAnimationEventsIfNeeded()
395 void AnimationBase::updatePlayState(EAnimPlayState playState) in updatePlayState()
409 double AnimationBase::timeToNextService() in timeToNextService()
431 double AnimationBase::fractionalTime(double scale, double elapsedTime, double offset) const in fractionalTime()
[all …]
DAnimationControllerPrivate.h44 class AnimationBase; variable
93 void addToAnimationsWaitingForStyle(AnimationBase*);
94 void removeFromAnimationsWaitingForStyle(AnimationBase*);
96 void addToAnimationsWaitingForStartTimeResponse(AnimationBase*, bool willGetResponse);
97 void removeFromAnimationsWaitingForStartTimeResponse(AnimationBase*);
99 void animationWillBeRemoved(AnimationBase*);
132 typedef HashSet<RefPtr<AnimationBase> > WaitingAnimationsSet;
DAnimationBase.h39 class AnimationBase; variable
48 class AnimationBase : public RefCounted<AnimationBase> {
53AnimationBase(const CSSAnimationData* transition, RenderObject& renderer, CompositeAnimation* comp…
54 virtual ~AnimationBase() { } in ~AnimationBase()
108 updateStateMachine(AnimationBase::AnimationStateInputStartTimeSet, startTime); in onAnimationStartResponse()
176 updateStateMachine(AnimationBase::AnimationStateInputStyleAvailable, -1); in styleAvailable()
DCSSPropertyAnimation.cpp53 static inline T blendFunc(const AnimationBase*, T from, T to, double progress) in blendFunc() argument
58 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc() argument
63 static inline Color blendFunc(const AnimationBase*, const Color& from, const Color& to, double prog… in blendFunc() argument
68 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc() argument
73 static inline BorderImageLength blendFunc(const AnimationBase* anim, const BorderImageLength& from,… in blendFunc()
88 static inline BorderImageLengthBox blendFunc(const AnimationBase* anim, const BorderImageLengthBox&… in blendFunc()
97 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthS… in blendFunc()
103 static inline LengthPoint blendFunc(const AnimationBase* anim, const LengthPoint& from, const Lengt… in blendFunc()
108 static inline TransformOperations blendFunc(const AnimationBase* anim, const TransformOperations& f… in blendFunc()
115 static inline PassRefPtr<ClipPathOperation> blendFunc(const AnimationBase*, ClipPathOperation* from… in blendFunc() argument
[all …]
DCSSPropertyAnimation.h36 class AnimationBase; variable
47 …static bool blendProperties(const AnimationBase*, CSSPropertyID, RenderStyle* dst, const RenderSty…
DAnimationController.cpp349 void AnimationControllerPrivate::addToAnimationsWaitingForStyle(AnimationBase* animation) in addToAnimationsWaitingForStyle()
358 void AnimationControllerPrivate::removeFromAnimationsWaitingForStyle(AnimationBase* animationToRemo… in removeFromAnimationsWaitingForStyle()
374 void AnimationControllerPrivate::addToAnimationsWaitingForStartTimeResponse(AnimationBase* animatio… in addToAnimationsWaitingForStartTimeResponse()
400 void AnimationControllerPrivate::removeFromAnimationsWaitingForStartTimeResponse(AnimationBase* ani… in removeFromAnimationsWaitingForStartTimeResponse()
419 void AnimationControllerPrivate::animationWillBeRemoved(AnimationBase* animation) in animationWillBeRemoved()
DImplicitAnimation.cpp44 : AnimationBase(transition, renderer, compAnim) in ImplicitAnimation()
269 double t = AnimationBase::timeToNextService(); in timeToNextService()
DAnimationController.h38 class AnimationBase; variable
DImplicitAnimation.h40 class ImplicitAnimation : public AnimationBase {
DKeyframeAnimation.h42 class KeyframeAnimation : public AnimationBase {
DKeyframeAnimation.cpp48 : AnimationBase(animation, renderer, compAnim) in KeyframeAnimation()
431 double t = AnimationBase::timeToNextService(); in timeToNextService()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
Dwebcore_remaining.target.linux-x86.mk469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
Dwebcore_remaining.target.linux-mips.mk469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
Dwebcore_remaining.target.darwin-arm.mk469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
Dwebcore_remaining.target.darwin-x86.mk469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
Dwebcore_remaining.target.darwin-mips.mk469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
Dcore.gypi1337 'frame/animation/AnimationBase.cpp',
1338 'frame/animation/AnimationBase.h',