Searched refs:calculateAnimationPercentAndRepeat (Results 1 – 2 of 2) sorted by relevance
197 float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const;
1033 float SVGSMILElement::calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const in calculateAnimationPercentAndRepeat() function in WebCore::SVGSMILElement1141 float percent = calculateAnimationPercentAndRepeat(elapsed, repeat); in progress()