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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLength.cpp84 static SVGLength parseLengthFromString(SVGAnimationElement* animationElement, const String& string) function in namespace:WebCore
100 m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->fromPropertyValueType(), fromSVGLength, m_contextElement);
101 m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->toPropertyValueType(), toSVGLength, m_contextElement);

Completed in 46 milliseconds