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

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp557 SMILTime clockValue = parseClockValue(value); local
558 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;
566 SMILTime clockValue = parseClockValue(value); local
567 m_cachedRepeatDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;

Completed in 46 milliseconds