Searched refs:resultAnimationElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.cpp82 SVGAnimateElement* resultAnimationElement = toSVGAnimateElement(resultElement); local
83 ASSERT(resultAnimationElement->m_animatedProperty);
84 ASSERT(resultAnimationElement->animatedPropertyType() == animatedPropertyType());
97 m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromProperty.get(), m_toProperty.get(), toAtEndOfDurationProperty, resultAnimationElement->m_animatedProperty.get());

Completed in 42 milliseconds