Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationControllerPrivate.h44 class AnimationBase; variable
92 void addToAnimationsWaitingForStyle(AnimationBase*);
93 void removeFromAnimationsWaitingForStyle(AnimationBase*);
95 void addToAnimationsWaitingForStartTimeResponse(AnimationBase*, bool willGetResponse);
96 void removeFromAnimationsWaitingForStartTimeResponse(AnimationBase*);
98 void animationWillBeRemoved(AnimationBase*);
129 typedef HashSet<RefPtr<AnimationBase> > WaitingAnimationsSet;
DAnimationBase.cpp80 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc() argument
85 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc() argument
90 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc() argument
95 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double… in blendFunc()
114 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc() argument
119 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthS… in blendFunc()
125 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, … in blendFunc()
131 static inline ShadowStyle blendFunc(const AnimationBase* anim, ShadowStyle from, ShadowStyle to, do… in blendFunc()
142 static inline ShadowData* blendFunc(const AnimationBase* anim, const ShadowData* from, const Shadow… in blendFunc()
157 static inline TransformOperations blendFunc(const AnimationBase* anim, const TransformOperations& f… in blendFunc()
[all …]
DAnimationBase.h40 class AnimationBase; variable
49 class AnimationBase : public RefCounted<AnimationBase> {
53AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim);
54 virtual ~AnimationBase() { } in ~AnimationBase()
103 updateStateMachine(AnimationBase::AnimationStateInputStartTimeSet, startTime); in onAnimationStartResponse()
180 updateStateMachine(AnimationBase::AnimationStateInputStyleAvailable, -1); in styleAvailable()
218 …static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderSty…
DAnimationController.cpp368 void AnimationControllerPrivate::addToAnimationsWaitingForStyle(AnimationBase* animation) in addToAnimationsWaitingForStyle()
376 void AnimationControllerPrivate::removeFromAnimationsWaitingForStyle(AnimationBase* animationToRemo… in removeFromAnimationsWaitingForStyle()
392 void AnimationControllerPrivate::addToAnimationsWaitingForStartTimeResponse(AnimationBase* animatio… in addToAnimationsWaitingForStartTimeResponse()
418 void AnimationControllerPrivate::removeFromAnimationsWaitingForStartTimeResponse(AnimationBase* ani… in removeFromAnimationsWaitingForStartTimeResponse()
439 void AnimationControllerPrivate::animationWillBeRemoved(AnimationBase* animation) in animationWillBeRemoved()
581 return AnimationBase::animationOfPropertyIsAccelerated(property); in supportsAcceleratedAnimationOfProperty()
DCompositeAnimation.cpp106 … for (int propertyIndex = 0; propertyIndex < AnimationBase::getNumProperties(); ++propertyIndex) { in updateTransitions()
110 prop = AnimationBase::getPropertyAtIndex(propertyIndex, isShorthand); in updateTransitions()
147 … if (AnimationBase::animationOfPropertyIsAccelerated(prop) && implAnim->isAccelerated()) { in updateTransitions()
160 … equal = !isActiveTransition || AnimationBase::propertiesEqual(prop, fromStyle, targetStyle); in updateTransitions()
529 … HashSet<int> shorthandProperties = AnimationBase::animatableShorthandsAffectingProperty(property); in pauseTransitionAtTime()
DImplicitAnimation.cpp44 : AnimationBase(transition, renderer, compAnim) in ImplicitAnimation()
288 double t = AnimationBase::timeToNextService(); in timeToNextService()
DAnimationController.h37 class AnimationBase; variable
DImplicitAnimation.h39 class ImplicitAnimation : public AnimationBase {
DKeyframeAnimation.h42 class KeyframeAnimation : public AnimationBase {
DKeyframeAnimation.cpp47 : AnimationBase(animation, renderer, compAnim) in KeyframeAnimation()
436 double t = AnimationBase::timeToNextService(); in timeToNextService()
/external/webkit/Source/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.mk533 page/animation/AnimationBase.cpp \
DWebCore.pro897 page/animation/AnimationBase.cpp \
1846 page/animation/AnimationBase.h \
DChangeLog7351 * page/animation/AnimationBase.h:
7352 (WebCore::AnimationBase::clear): call endAnimation as the animation is cleared
9796 * page/animation/AnimationBase.cpp:
10680 * page/animation/AnimationBase.cpp:
10944 * page/animation/AnimationBase.cpp:
14337 * page/animation/AnimationBase.cpp:
24145 * page/animation/AnimationBase.cpp:
24232 CompositeAnimation is cleared while an AnimationBase is waiting for notification
24238 had been destroyed. The fix is to zero the pointer from AnimationBase
24241 is used in AnimationBase.
[all …]
DCMakeLists.txt1042 page/animation/AnimationBase.cpp
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 …]
DGNUmakefile.list.am2154 Source/WebCore/page/animation/AnimationBase.cpp \
2155 Source/WebCore/page/animation/AnimationBase.h \
DGNUmakefile.am2170 Source/WebCore/page/animation/AnimationBase.cpp \
2171 Source/WebCore/page/animation/AnimationBase.h \
DChangeLog-2010-12-063528 I just removed and readded AnimationBase.cpp.
7822 * page/animation/AnimationBase.cpp:
20635 * page/animation/AnimationBase.cpp:
20636 (WebCore::AnimationBase::updatePlayState):
20650 * page/animation/AnimationBase.cpp:
20651 (WebCore::AnimationBase::updatePlayState):
20652 * page/animation/AnimationBase.h:
51950 It's possible for AnimationBase::fireAnimationEventsIfNeeded to decide
51953 assert in AnimationBase::updateStateMachine (we don't expect
51959 * page/animation/AnimationBase.cpp:
[all …]
DChangeLog-2011-02-1630670 * page/animation/AnimationBase.cpp:
30721 start time. Also commented out an assert in AnimationBase because
30735 * page/animation/AnimationBase.cpp:
30736 (WebCore::AnimationBase::freezeAtTime):
30737 (WebCore::AnimationBase::getElapsedTime):
37355 * page/animation/AnimationBase.cpp:
37358 (WebCore::AnimationBase::ensurePropertyMap): Support animations of box-shadow.
45834 * page/animation/AnimationBase.cpp:
45841 (WebCore::AnimationBase::animatableShorthandsAffectingProperty): Return a set
45844 * page/animation/AnimationBase.h: New method.
[all …]
DWebCore.gypi3492 'page/animation/AnimationBase.cpp',
3493 'page/animation/AnimationBase.h',
DChangeLog-2010-05-241165 * page/animation/AnimationBase.cpp:
1166 (WebCore::AnimationBase::ensurePropertyMap):
1167 * page/animation/AnimationBase.h:
17653 * page/animation/AnimationBase.cpp:
17654 … (WebCore::AnimationBase::updateStateMachine): Move the firing of 'start' events into the state
23364 * page/animation/AnimationBase.cpp:
29043 * page/animation/AnimationBase.cpp:
39570 * page/animation/AnimationBase.cpp:
39571 * page/animation/AnimationBase.h:
55158 * page/animation/AnimationBase.cpp:
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h109 …friend class AnimationBase; // Used by CSS animations. We can't allow them to animate based off vi… variable
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj780 …1110E6E1DA700BF6088 /* AnimationBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316FE1070E…
781 …E1120E6E1DA700BF6088 /* AnimationBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE1080E6…
7270AnimationBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
7271AnimationBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h…
13494 316FE1070E6E1DA700BF6088 /* AnimationBase.cpp */,
13495 316FE1080E6E1DA700BF6088 /* AnimationBase.h */,
19921 316FE1120E6E1DA700BF6088 /* AnimationBase.h in Headers */,
23318 316FE1110E6E1DA700BF6088 /* AnimationBase.cpp in Sources */,