updateAnimation   160 Source/core/svg/SVGAnimationElement.h     virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE;
updateAnimation    54 Source/core/svg/SVGDiscardElement.h     virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE { }
updateAnimation  1161 Source/core/svg/animation/SVGSMILElement.cpp             updateAnimation(m_lastPercent, m_lastRepeat, resultElement);
updateAnimation  1205 Source/core/svg/animation/SVGSMILElement.cpp         updateAnimation(percent, repeat, resultElement);
updateAnimation   137 Source/core/svg/animation/SVGSMILElement.h     virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;