Searched refs:clockValue (Results 1 – 1 of 1) sorted by relevance
750 SMILTime clockValue = parseClockValue(value); in dur() local751 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue; in dur()759 SMILTime clockValue = parseClockValue(value); in repeatDur() local760 m_cachedRepeatDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue; in repeatDur()