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

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

Completed in 89 milliseconds