Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h197 float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const;
DSVGSMILElement.cpp1033 float SVGSMILElement::calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const in calculateAnimationPercentAndRepeat() function in WebCore::SVGSMILElement
1141 float percent = calculateAnimationPercentAndRepeat(elapsed, repeat); in progress()