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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedNumber.cpp 40 if (!parseNumberFromString(string, animatedNumber))
78 static float parseNumberFromString(SVGAnimationElement*, const String& string)
81 parseNumberFromString(string, number);
96 m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->fromPropertyValueType(), fromNumber, m_contextElement);
97 m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->toPropertyValueType(), toNumber, m_contextElement);
107 parseNumberFromString(fromString, from);
108 parseNumberFromString(toString, to);
SVGParserUtilities.h 43 bool parseNumberFromString(const String&, float& number, bool skip = true);
SVGAnimatedType.cpp 293 parseNumberFromString(value, *m_data.number);
SVGParserUtilities.cpp 168 bool parseNumberFromString(const String& string, float& number, bool skip)

Completed in 63 milliseconds