Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DAnimationControllerPrivate.h43 class AnimationBase; variable
86 void addToStyleAvailableWaitList(AnimationBase*);
87 void removeFromStyleAvailableWaitList(AnimationBase*);
89 void addToStartTimeResponseWaitList(AnimationBase*, bool willGetResponse);
90 void removeFromStartTimeResponseWaitList(AnimationBase*);
115 AnimationBase* m_styleAvailableWaiters;
116 AnimationBase* m_lastStyleAvailableWaiter;
118 AnimationBase* m_responseWaiters;
119 AnimationBase* m_lastResponseWaiter;
DAnimationBase.h38 class AnimationBase; variable
47 class AnimationBase : public RefCounted<AnimationBase> {
51AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim);
52 virtual ~AnimationBase();
99 updateStateMachine(AnimationBase::AnimationStateInputStartTimeSet, startTime); in onAnimationStartResponse()
166 AnimationBase* next() const { return m_next; } in next()
167 void setNext(AnimationBase* animation) { m_next = animation; } in setNext()
172 updateStateMachine(AnimationBase::AnimationStateInputStyleAvailable, -1); in styleAvailable()
206 …static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderSty…
226 AnimationBase* m_next;
DAnimationBase.cpp74 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc() argument
79 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc() argument
84 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc() argument
89 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double… in blendFunc()
108 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc() argument
113 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthS… in blendFunc()
119 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, … in blendFunc()
125 static inline ShadowStyle blendFunc(const AnimationBase* anim, ShadowStyle from, ShadowStyle to, do… in blendFunc()
136 static inline ShadowData* blendFunc(const AnimationBase* anim, const ShadowData* from, const Shadow… in blendFunc()
144 static inline TransformOperations blendFunc(const AnimationBase* anim, const TransformOperations& f… in blendFunc()
[all …]
DAnimationController.cpp327 void AnimationControllerPrivate::addToStyleAvailableWaitList(AnimationBase* animation) in addToStyleAvailableWaitList()
340 void AnimationControllerPrivate::removeFromStyleAvailableWaitList(AnimationBase* animationToRemove) in removeFromStyleAvailableWaitList()
342 AnimationBase* prevAnimation = 0; in removeFromStyleAvailableWaitList()
343 …for (AnimationBase* animation = m_styleAvailableWaiters; animation; animation = animation->next())… in removeFromStyleAvailableWaitList()
361 for (AnimationBase* animation = m_styleAvailableWaiters; animation; ) { in styleAvailable()
362 AnimationBase* nextAnimation = animation->next(); in styleAvailable()
372 void AnimationControllerPrivate::addToStartTimeResponseWaitList(AnimationBase* animation, bool will… in addToStartTimeResponseWaitList()
405 void AnimationControllerPrivate::removeFromStartTimeResponseWaitList(AnimationBase* animationToRemo… in removeFromStartTimeResponseWaitList()
407 AnimationBase* prevAnimation = 0; in removeFromStartTimeResponseWaitList()
408 for (AnimationBase* animation = m_responseWaiters; animation; animation = animation->next()) { in removeFromStartTimeResponseWaitList()
[all …]
DImplicitAnimation.cpp44 : AnimationBase(transition, renderer, compAnim) in ImplicitAnimation()
269 double t = AnimationBase::timeToNextService(); in timeToNextService()
DCompositeAnimation.cpp98 … for (int propertyIndex = 0; propertyIndex < AnimationBase::getNumProperties(); ++propertyIndex) { in updateTransitions()
102 prop = AnimationBase::getPropertyAtIndex(propertyIndex, isShorthand); in updateTransitions()
139 … if (AnimationBase::animationOfPropertyIsAccelerated(prop) && !implAnim->isFallbackAnimating()) { in updateTransitions()
151 … equal = !isActiveTransition || AnimationBase::propertiesEqual(prop, fromStyle, targetStyle); in updateTransitions()
DAnimationController.h37 class AnimationBase; variable
DImplicitAnimation.h39 class ImplicitAnimation : public AnimationBase {
DKeyframeAnimation.cpp45 : AnimationBase(animation, renderer, compAnim) in KeyframeAnimation()
377 double t = AnimationBase::timeToNextService(); in timeToNextService()
DKeyframeAnimation.h42 class KeyframeAnimation : public AnimationBase {
/external/webkit/WebCore/
DChangeLog-2009-06-1617249 * page/animation/AnimationBase.cpp:
21908 * page/animation/AnimationBase.cpp:
21909 (WebCore::AnimationBase::updateStateMachine):
22402 * page/animation/AnimationBase.cpp:
22403 (WebCore::AnimationBase::setNeedsStyleRecalc):
22404 (WebCore::AnimationBase::updateStateMachine):
22405 * page/animation/AnimationBase.h:
22645 * page/animation/AnimationBase.cpp:
22646 (WebCore::AnimationBase::~AnimationBase):
22647 (WebCore::AnimationBase::updateStateMachine):
[all …]
DAndroid.mk368 page/animation/AnimationBase.cpp \
DWebCore.pro726 page/animation/AnimationBase.cpp \
1428 page/animation/AnimationBase.h \
DWebCore.gypi1764 'page/animation/AnimationBase.cpp',
1765 'page/animation/AnimationBase.h',
DGNUmakefile.am1427 WebCore/page/animation/AnimationBase.cpp \
1428 WebCore/page/animation/AnimationBase.h \
DChangeLog-2010-01-295767 (WebCore::solveEpsilon): copy from AnimationBase.cpp
21152 FillLayerPropertyWrapperGetter - (its child class) page/animation/AnimationBase.cpp:464
21154 * page/animation/AnimationBase.cpp:
22491 * page/animation/AnimationBase.cpp:
22492 (WebCore::AnimationBase::updateStateMachine):
22517 Also clarify the role of AnimationBase::endAnimation() by splitting it into
22527 * page/animation/AnimationBase.cpp:
22528 (WebCore::AnimationBase::updateStateMachine):
22529 * page/animation/AnimationBase.h:
22530 (WebCore::AnimationBase::startAnimation):
[all …]
DChangeLog6462 * page/animation/AnimationBase.cpp:
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj649 …1110E6E1DA700BF6088 /* AnimationBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316FE1070E…
650 …E1120E6E1DA700BF6088 /* AnimationBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE1080E6…
5976AnimationBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
5977AnimationBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h…
10787 316FE1070E6E1DA700BF6088 /* AnimationBase.cpp */,
10788 316FE1080E6E1DA700BF6088 /* AnimationBase.h */,
16093 316FE1120E6E1DA700BF6088 /* AnimationBase.h in Headers */,
18799 316FE1110E6E1DA700BF6088 /* AnimationBase.cpp in Sources */,