HomeSort by relevance Sort by last modified time
    Searched full:resultanimationelement (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.cpp 116 SVGAnimateElement* resultAnimationElement = toSVGAnimateElement(resultElement);
117 ASSERT(resultAnimationElement->m_animatedType);
118 ASSERT(resultAnimationElement->m_animatedPropertyType == m_animatedPropertyType);
138 m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromType.get(), m_toType.get(), toAtEndOfDurationType, resultAnimationElement->m_animatedType.get());

Completed in 95 milliseconds