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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStyleInterpolation.h15 class StyleInterpolation : public Interpolation { class in namespace:blink
37 StyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id) function in class:blink::StyleInterpolation
44 DEFINE_TYPE_CASTS(StyleInterpolation, Interpolation, value, value->isStyleInterpolation(), value.isStyleInterpolation());

Completed in 81 milliseconds