Searched defs:AnimatableValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValue.h40 class AnimatableValue : public RefCountedWillBeGarbageCollectedFinalized<AnimatableValue> { class in namespace:blink
42 virtual ~AnimatableValue() { }
44 static const AnimatableValue* neutralValue();
46 static PassRefPtrWillBeRawPtr<AnimatableValue> interpolate(const AnimatableValue*, const AnimatableValue*, double fraction);
47 static double distance(const AnimatableValue* from, const AnimatableValue* to);
48 static bool usesDefaultInterpolation(const AnimatableValue* fro
[all...]

Completed in 68 milliseconds