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

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h97 static SMILTime parseOffsetValue(const String&);
H A DSVGSMILElement.cpp220 SMILTime SVGSMILElement::parseOffsetValue(const String& data) function in class:WebCore::SVGSMILElement
269 return parseOffsetValue(parse);
300 offset = parseOffsetValue(offsetString);

Completed in 50 milliseconds