Searched refs:tempBegin (Results 1 – 1 of 1) sorted by relevance
642 SMILTime tempBegin = findInstanceTime(Begin, beginAfter, true); in resolveInterval() local643 if (tempBegin.isUnresolved()) in resolveInterval()647 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite()); in resolveInterval()649 tempEnd = findInstanceTime(End, tempBegin, true); in resolveInterval()650 …if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_i… in resolveInterval()651 tempEnd = findInstanceTime(End, tempBegin, false); in resolveInterval()656 tempEnd = resolveActiveEnd(tempBegin, tempEnd); in resolveInterval()659 beginResult = tempBegin; in resolveInterval()