Searched refs:m_endTimes (Results 1 – 2 of 2) sorted by relevance
358 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes; in parseBeginOrEnd()620 m_endTimes.append(time); in addEndTime()621 sortTimeList(m_endTimes); in addEndTime()629 const Vector<SMILTime>& list = beginOrEnd == Begin ? m_beginTimes : m_endTimes; in findInstanceTime()693 if (m_endTimes.isEmpty()) in resolveInterval()700 if (!m_endTimes.isEmpty() && !m_hasEndEventConditions) in resolveInterval()
198 Vector<SMILTime> m_endTimes; variable