SVGAnimationElement 68 Source/core/svg/SVGAngle.cpp void SVGMarkerOrientEnumeration::calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 343 Source/core/svg/SVGAngle.cpp void SVGAngle::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) SVGAnimationElement 49 Source/core/svg/SVGAngle.h virtual void calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE; SVGAnimationElement 103 Source/core/svg/SVGAngle.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 38 Source/core/svg/SVGAnimateElement.cpp : SVGAnimationElement(tagName, document) SVGAnimationElement 197 Source/core/svg/SVGAnimateElement.cpp ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName)); SVGAnimationElement 358 Source/core/svg/SVGAnimateElement.cpp return SVGAnimationElement::isAdditive(); SVGAnimationElement 373 Source/core/svg/SVGAnimateElement.cpp SVGAnimationElement::setTargetElement(target); SVGAnimationElement 379 Source/core/svg/SVGAnimateElement.cpp SVGAnimationElement::setAttributeName(attributeName); SVGAnimationElement 35 Source/core/svg/SVGAnimateElement.h class SVGAnimateElement : public SVGAnimationElement { SVGAnimationElement 44 Source/core/svg/SVGAnimateMotionElement.cpp : SVGAnimationElement(animateMotionTag, document) SVGAnimationElement 110 Source/core/svg/SVGAnimateMotionElement.cpp SVGAnimationElement::parseAttribute(name, value); SVGAnimationElement 345 Source/core/svg/SVGAnimateMotionElement.cpp SVGAnimationElement::updateAnimationMode(); SVGAnimationElement 31 Source/core/svg/SVGAnimateMotionElement.h class SVGAnimateMotionElement FINAL : public SVGAnimationElement { SVGAnimationElement 61 Source/core/svg/SVGAnimatedColor.cpp void SVGColorProperty::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 39 Source/core/svg/SVGAnimatedColor.h class SVGAnimationElement; SVGAnimationElement 54 Source/core/svg/SVGAnimatedColor.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 39 Source/core/svg/SVGAnimatedTypeAnimator.cpp SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* contextElement) SVGAnimationElement 228 Source/core/svg/SVGAnimatedTypeAnimator.cpp PassRefPtr<SVGPropertyBase> operator()(SVGAnimationElement*, const String& value) SVGAnimationElement 35 Source/core/svg/SVGAnimatedTypeAnimator.h class SVGAnimationElement; SVGAnimationElement 40 Source/core/svg/SVGAnimatedTypeAnimator.h static PassOwnPtr<SVGAnimatedTypeAnimator> create(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* targetElement) SVGAnimationElement 62 Source/core/svg/SVGAnimatedTypeAnimator.h SVGAnimatedTypeAnimator(AnimatedPropertyType, SVGAnimationElement*, SVGElement*); SVGAnimationElement 72 Source/core/svg/SVGAnimatedTypeAnimator.h SVGAnimationElement* m_animationElement; SVGAnimationElement 42 Source/core/svg/SVGAnimationElement.cpp SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document& document) SVGAnimationElement 55 Source/core/svg/SVGAnimationElement.cpp UseCounter::count(document, UseCounter::SVGAnimationElement); SVGAnimationElement 143 Source/core/svg/SVGAnimationElement.cpp bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName) SVGAnimationElement 161 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value) SVGAnimationElement 220 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::svgAttributeChanged(const QualifiedName& attrName) SVGAnimationElement 230 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::animationAttributeChanged() SVGAnimationElement 239 Source/core/svg/SVGAnimationElement.cpp float SVGAnimationElement::getStartTime() const SVGAnimationElement 244 Source/core/svg/SVGAnimationElement.cpp float SVGAnimationElement::getCurrentTime() const SVGAnimationElement 249 Source/core/svg/SVGAnimationElement.cpp float SVGAnimationElement::getSimpleDuration() const SVGAnimationElement 254 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::beginElement() SVGAnimationElement 259 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::beginElementAt(float offset) SVGAnimationElement 267 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::endElement() SVGAnimationElement 272 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::endElementAt(float offset) SVGAnimationElement 280 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::updateAnimationMode() SVGAnimationElement 293 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::setCalcMode(const AtomicString& calcMode) SVGAnimationElement 311 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::setAttributeType(const AtomicString& attributeType) SVGAnimationElement 324 Source/core/svg/SVGAnimationElement.cpp String SVGAnimationElement::toValue() const SVGAnimationElement 329 Source/core/svg/SVGAnimationElement.cpp String SVGAnimationElement::byValue() const SVGAnimationElement 334 Source/core/svg/SVGAnimationElement.cpp String SVGAnimationElement::fromValue() const SVGAnimationElement 339 Source/core/svg/SVGAnimationElement.cpp bool SVGAnimationElement::isAdditive() const SVGAnimationElement 346 Source/core/svg/SVGAnimationElement.cpp bool SVGAnimationElement::isAccumulated() const SVGAnimationElement 353 Source/core/svg/SVGAnimationElement.cpp bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName) SVGAnimationElement 360 Source/core/svg/SVGAnimationElement.cpp SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName) SVGAnimationElement 376 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::calculateKeyTimesForCalcModePaced() SVGAnimationElement 414 Source/core/svg/SVGAnimationElement.cpp unsigned SVGAnimationElement::calculateKeyTimesIndex(float percent) const SVGAnimationElement 430 Source/core/svg/SVGAnimationElement.cpp float SVGAnimationElement::calculatePercentForSpline(float percent, unsigned splineIndex) const SVGAnimationElement 441 Source/core/svg/SVGAnimationElement.cpp float SVGAnimationElement::calculatePercentFromKeyPoints(float percent) const SVGAnimationElement 470 Source/core/svg/SVGAnimationElement.cpp float SVGAnimationElement::calculatePercentForFromTo(float percent) const SVGAnimationElement 478 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const SVGAnimationElement 489 Source/core/svg/SVGAnimationElement.cpp AnimatedPropertyType SVGAnimationElement::determineAnimatedPropertyType() const SVGAnimationElement 509 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::currentValuesForValuesAnimation(float percent, float& effectivePercent, String& from, String& to) SVGAnimationElement 573 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::startedActiveInterval() SVGAnimationElement 624 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::updateAnimation(float percent, unsigned repeatCount, SVGSMILElement* resultElement) SVGAnimationElement 655 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::computeCSSPropertyValue(SVGElement* element, CSSPropertyID id, String& value) SVGAnimationElement 665 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value) SVGAnimationElement 689 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::determinePropertyValueTypes(const String& from, const String& to) SVGAnimationElement 701 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::setTargetElement(SVGElement* target) SVGAnimationElement 707 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::setAttributeName(const QualifiedName& attributeName) SVGAnimationElement 713 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::checkInvalidCSSAttributeType(SVGElement* target) SVGAnimationElement 64 Source/core/svg/SVGAnimationElement.h class SVGAnimationElement : public SVGSMILElement, SVGAnimationElement 138 Source/core/svg/SVGAnimationElement.h SVGAnimationElement(const QualifiedName&, Document&); SVGAnimationElement 70 Source/core/svg/SVGBoolean.cpp void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) SVGAnimationElement 56 Source/core/svg/SVGBoolean.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 110 Source/core/svg/SVGEnumeration.cpp void SVGEnumerationBase::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) SVGAnimationElement 63 Source/core/svg/SVGEnumeration.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 82 Source/core/svg/SVGInteger.cpp void SVGInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) SVGAnimationElement 62 Source/core/svg/SVGInteger.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 93 Source/core/svg/SVGIntegerOptionalInteger.cpp void SVGIntegerOptionalInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) SVGAnimationElement 56 Source/core/svg/SVGIntegerOptionalInteger.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 444 Source/core/svg/SVGLength.cpp void SVGLength::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 100 Source/core/svg/SVGLength.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 163 Source/core/svg/SVGLengthList.cpp void SVGLengthList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 62 Source/core/svg/SVGLengthList.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 107 Source/core/svg/SVGNumber.cpp void SVGNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) SVGAnimationElement 63 Source/core/svg/SVGNumber.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 163 Source/core/svg/SVGNumberList.cpp void SVGNumberList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 62 Source/core/svg/SVGNumberList.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 90 Source/core/svg/SVGNumberOptionalNumber.cpp void SVGNumberOptionalNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) SVGAnimationElement 56 Source/core/svg/SVGNumberOptionalNumber.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 173 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) SVGAnimationElement 139 Source/core/svg/SVGPathSegList.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 134 Source/core/svg/SVGPoint.cpp void SVGPoint::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) SVGAnimationElement 76 Source/core/svg/SVGPoint.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 179 Source/core/svg/SVGPointList.cpp void SVGPointList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 62 Source/core/svg/SVGPointList.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 405 Source/core/svg/SVGPreserveAspectRatio.cpp void SVGPreserveAspectRatio::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase>, SVGElement*) SVGAnimationElement 85 Source/core/svg/SVGPreserveAspectRatio.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 138 Source/core/svg/SVGRect.cpp void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) SVGAnimationElement 73 Source/core/svg/SVGRect.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 32 Source/core/svg/SVGString.cpp void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) SVGAnimationElement 64 Source/core/svg/SVGString.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 170 Source/core/svg/SVGStringList.cpp void SVGStringList::calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*) SVGAnimationElement 83 Source/core/svg/SVGStringList.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 233 Source/core/svg/SVGTransform.cpp void SVGTransform::calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*) SVGAnimationElement 100 Source/core/svg/SVGTransform.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE; SVGAnimationElement 303 Source/core/svg/SVGTransformList.cpp void SVGTransformList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) SVGAnimationElement 70 Source/core/svg/SVGTransformList.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE; SVGAnimationElement 45 Source/core/svg/properties/SVGProperty.h class SVGAnimationElement; SVGAnimationElement 67 Source/core/svg/properties/SVGProperty.h virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) = 0;