Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/animation/
DSVGSMILElement.cpp612 SMILTime SVGSMILElement::resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const in resolveActiveEnd() argument
618 preliminaryActiveDuration = resolvedEnd - resolvedBegin; in resolveActiveEnd()
622 preliminaryActiveDuration = min(repeatingDuration(), resolvedEnd - resolvedBegin); in resolveActiveEnd()
632 return resolvedBegin + min(maxValue, max(minValue, preliminaryActiveDuration)); in resolveActiveEnd()
DSVGSMILElement.h113 SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;