resolveActiveEnd  902 Source/core/svg/animation/SVGSMILElement.cpp             tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
resolveActiveEnd  911 Source/core/svg/animation/SVGSMILElement.cpp             tempEnd = resolveActiveEnd(tempBegin, tempEnd);
resolveActiveEnd 1003 Source/core/svg/animation/SVGSMILElement.cpp             newEnd = resolveActiveEnd(m_intervalBegin, newEnd);
resolveActiveEnd  150 Source/core/svg/animation/SVGSMILElement.h     SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;