/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | AnimationBase.cpp | 43 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 …]
|
D | AnimationControllerPrivate.h | 44 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;
|
D | AnimationBase.h | 39 class AnimationBase; variable 48 class AnimationBase : public RefCounted<AnimationBase> { 53 …AnimationBase(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()
|
D | CSSPropertyAnimation.cpp | 53 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 …]
|
D | CSSPropertyAnimation.h | 36 class AnimationBase; variable 47 …static bool blendProperties(const AnimationBase*, CSSPropertyID, RenderStyle* dst, const RenderSty…
|
D | AnimationController.cpp | 349 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()
|
D | ImplicitAnimation.cpp | 44 : AnimationBase(transition, renderer, compAnim) in ImplicitAnimation() 269 double t = AnimationBase::timeToNextService(); in timeToNextService()
|
D | AnimationController.h | 38 class AnimationBase; variable
|
D | ImplicitAnimation.h | 40 class ImplicitAnimation : public AnimationBase {
|
D | KeyframeAnimation.h | 42 class KeyframeAnimation : public AnimationBase {
|
D | KeyframeAnimation.cpp | 48 : AnimationBase(animation, renderer, compAnim) in KeyframeAnimation() 431 double t = AnimationBase::timeToNextService(); in timeToNextService()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-arm.mk | 469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 469 third_party/WebKit/Source/core/frame/animation/AnimationBase.cpp \
|
D | core.gypi | 1337 'frame/animation/AnimationBase.cpp', 1338 'frame/animation/AnimationBase.h',
|