animatedSMILStyleProperties  211 Source/core/css/resolver/SharedStyleFinder.cpp     if (candidate.isSVGElement() && toSVGElement(candidate).animatedSMILStyleProperties())
animatedSMILStyleProperties  257 Source/core/css/resolver/SharedStyleFinder.cpp         if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties())
animatedSMILStyleProperties  574 Source/core/css/resolver/StyleResolver.cpp             collector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), false /* isCacheable */);
animatedSMILStyleProperties 3323 Source/core/dom/Element.cpp     if (isSVGElement() && toSVGElement(this)->animatedSMILStyleProperties())
animatedSMILStyleProperties  973 Source/core/svg/SVGElement.cpp         return svgRareData()->animatedSMILStyleProperties();
animatedSMILStyleProperties  131 Source/core/svg/SVGElement.h     MutableStylePropertySet* animatedSMILStyleProperties() const;
animatedSMILStyleProperties   77 Source/core/svg/SVGElementRareData.h     MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStyleProperties.get(); }