Searched refs:clockValue (Results 1 – 1 of 1) sorted by relevance
511 SMILTime clockValue = parseClockValue(value); in dur() local512 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue; in dur()520 SMILTime clockValue = parseClockValue(value); in repeatDur() local521 return m_cachedRepeatDur = clockValue < 0 ? SMILTime::unresolved() : clockValue; in repeatDur()