Home
last modified time | relevance | path

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

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