Home
last modified time | relevance | path

Searched defs:AnimationBase (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationController.h37 class AnimationBase; variable
DAnimationControllerPrivate.h44 class AnimationBase; variable
DAnimationBase.cpp80 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
DAnimationBase.h40 class AnimationBase; variable
/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