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

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h128 SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;
H A DSVGSMILElement.cpp659 SMILTime SVGSMILElement::resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const argument
665 preliminaryActiveDuration = resolvedEnd - resolvedBegin;
669 preliminaryActiveDuration = min(repeatingDuration(), resolvedEnd - resolvedBegin);
679 return resolvedBegin + min(maxValue, max(minValue, preliminaryActiveDuration));

Completed in 48 milliseconds