Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DCompositeAnimation.h40 class AnimationBase; variable
DAnimationController.h36 class AnimationBase; variable
DAnimationBase.cpp67 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc()
72 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc()
77 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc()
94 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc()
507 AnimationBase::AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimatio… in AnimationBase() function in WebCore::AnimationBase
DAnimationBase.h38 class AnimationBase; variable