SVGAnimateElement 37 Source/core/svg/SVGAnimateElement.cpp SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& document) SVGAnimateElement 45 Source/core/svg/SVGAnimateElement.cpp PassRefPtr<SVGAnimateElement> SVGAnimateElement::create(Document& document) SVGAnimateElement 47 Source/core/svg/SVGAnimateElement.cpp return adoptRef(new SVGAnimateElement(SVGNames::animateTag, document)); SVGAnimateElement 50 Source/core/svg/SVGAnimateElement.cpp SVGAnimateElement::~SVGAnimateElement() SVGAnimateElement 56 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::hasValidAttributeType() SVGAnimateElement 65 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) SVGAnimateElement 83 Source/core/svg/SVGAnimateElement.cpp SVGAnimateElement* resultAnimationElement = toSVGAnimateElement(resultElement); SVGAnimateElement 101 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) SVGAnimateElement 109 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString) SVGAnimateElement 121 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) SVGAnimateElement 163 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::resetAnimatedType() SVGAnimateElement 287 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::clearAnimatedType(SVGElement* targetElement) SVGAnimateElement 314 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::applyResultsToTarget() SVGAnimateElement 337 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::animatedPropertyTypeSupportsAddition() const SVGAnimateElement 352 Source/core/svg/SVGAnimateElement.cpp bool SVGAnimateElement::isAdditive() const SVGAnimateElement 361 Source/core/svg/SVGAnimateElement.cpp float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString) SVGAnimateElement 371 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::setTargetElement(SVGElement* target) SVGAnimateElement 377 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::setAttributeName(const QualifiedName& attributeName) SVGAnimateElement 383 Source/core/svg/SVGAnimateElement.cpp void SVGAnimateElement::resetAnimatedPropertyType() SVGAnimateElement 393 Source/core/svg/SVGAnimateElement.cpp SVGAnimatedTypeAnimator* SVGAnimateElement::ensureAnimator() SVGAnimateElement 35 Source/core/svg/SVGAnimateElement.h class SVGAnimateElement : public SVGAnimationElement { SVGAnimateElement 37 Source/core/svg/SVGAnimateElement.h static PassRefPtr<SVGAnimateElement> create(Document&); SVGAnimateElement 38 Source/core/svg/SVGAnimateElement.h virtual ~SVGAnimateElement(); SVGAnimateElement 41 Source/core/svg/SVGAnimateElement.h SVGAnimateElement(const QualifiedName&, Document&); SVGAnimateElement 82 Source/core/svg/SVGAnimateElement.h DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGAnimateElement); SVGAnimateElement 33 Source/core/svg/SVGAnimateTransformElement.cpp : SVGAnimateElement(SVGNames::animateTransformTag, document) SVGAnimateElement 67 Source/core/svg/SVGAnimateTransformElement.cpp SVGAnimateElement::parseAttribute(name, value); SVGAnimateElement 33 Source/core/svg/SVGAnimateTransformElement.h class SVGAnimateTransformElement FINAL : public SVGAnimateElement { SVGAnimateElement 28 Source/core/svg/SVGSetElement.cpp : SVGAnimateElement(SVGNames::setTag, document) SVGAnimateElement 29 Source/core/svg/SVGSetElement.h class SVGSetElement FINAL : public SVGAnimateElement {