Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/animation/
DSVGSMILElement.cpp511 SMILTime clockValue = parseClockValue(value); in dur() local
512 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue; in dur()
520 SMILTime clockValue = parseClockValue(value); in repeatDur() local
521 return m_cachedRepeatDur = clockValue < 0 ? SMILTime::unresolved() : clockValue; in repeatDur()