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

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp692 SMILTime tempEnd; local
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);
699 if (tempEnd.isUnresolved()) {
703 tempEnd = resolveActiveEnd(tempBegin, tempEnd);
[all...]

Completed in 62 milliseconds