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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp750 SMILTime clockValue = parseClockValue(value); local
751 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;
759 SMILTime clockValue = parseClockValue(value); local
760 m_cachedRepeatDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;

Completed in 252 milliseconds