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

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DAnimationValue.h79 class TransformAnimationValue : public AnimationValue { class in namespace:WebCore
81 explicit TransformAnimationValue(double keyTime, const TransformOperations* value = 0, PassRefPtr<TimingFunction> timingFunction = 0) function in class:WebCore::TransformAnimationValue
87 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new TransformAnimationValue(*this)); }

Completed in 302 milliseconds