Searched defs:timeList (Results 1 – 1 of 1) sorted by relevance
276 static void sortTimeList(Vector<SMILTime>& timeList) in sortTimeList()358 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes; in parseBeginOrEnd() local