Home
last modified time | relevance | path

Searched refs:tempBegin (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp689 SMILTime tempBegin = findInstanceTime(Begin, beginAfter, true); in resolveInterval() local
690 if (tempBegin.isUnresolved()) in resolveInterval()
694 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite()); in resolveInterval()
696 tempEnd = findInstanceTime(End, tempBegin, true); in resolveInterval()
697 …if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_i… in resolveInterval()
698 tempEnd = findInstanceTime(End, tempBegin, false); in resolveInterval()
703 tempEnd = resolveActiveEnd(tempBegin, tempEnd); in resolveInterval()
706 beginResult = tempBegin; in resolveInterval()