isAnimatableAttribute 2785 Source/core/dom/Element.cpp return !toSVGElement(this)->isAnimatableAttribute(name); isAnimatableAttribute 128 Source/core/svg/SVGElement.h virtual bool isAnimatableAttribute(const QualifiedName&) const; isAnimatableAttribute 200 Source/core/svg/SVGScriptElement.cpp return SVGElement::isAnimatableAttribute(name); isAnimatableAttribute 45 Source/core/svg/SVGScriptElement.h virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;