Home | History | Annotate | Download | only in animation

Lines Matching refs:clockValue

741     SMILTime clockValue = parseClockValue(value);
742 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;
750 SMILTime clockValue = parseClockValue(value);
751 m_cachedRepeatDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;