Home
last modified time | relevance | path

Searched refs:updateAnimation (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h87 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement);
DSVGAnimationElement.cpp534 void SVGAnimationElement::updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultEle… in updateAnimation() function in WebCore::SVGAnimationElement
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.h116 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
DSVGSMILElement.cpp899 updateAnimation(m_lastPercent, m_lastRepeat, resultElement); in progress()
922 updateAnimation(percent, repeat, resultElement); in progress()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1027573 (WebCore::SVGAnimationElement::updateAnimation):
29587 (WebCore::SVGAnimationElement::updateAnimation):
DChangeLog-2011-02-1638035 (WebCore::SVGAnimationElement::updateAnimation):
DChangeLog-2010-12-0614086 (WebCore::SVGAnimationElement::updateAnimation):