Searched defs:AnimationBase (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationController.h | 37 class AnimationBase; variable
|
D | AnimationControllerPrivate.h | 44 class AnimationBase; variable
|
D | AnimationBase.cpp | 80 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc() 85 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc() 90 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc() 114 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc() 793 AnimationBase::AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimatio… in AnimationBase() function in WebCore::AnimationBase
|
D | AnimationBase.h | 40 class AnimationBase; variable
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 109 …friend class AnimationBase; // Used by CSS animations. We can't allow them to animate based off vi… variable
|