Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h102 static SMILTime parseOffsetValue(const String&);
DSVGSMILElement.cpp362 SMILTime SVGSMILElement::parseOffsetValue(const String& data) in parseOffsetValue() function in blink::SVGSMILElement
411 return parseOffsetValue(parse); in parseClockValue()
442 offset = parseOffsetValue(offsetString); in parseCondition()