Searched refs:animatedSMILStyleProperties (Results 1 – 6 of 6) sorted by relevance
180 if (candidate.isSVGElement() && toSVGElement(candidate).animatedSMILStyleProperties()) in canShareStyleWithElement()230 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties()) in canShareStyleWithElement()
581 …ector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), fals… in matchAllRules()
77 …MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStylePropertie… in animatedSMILStyleProperties() function
133 MutableStylePropertySet* animatedSMILStyleProperties() const;
1066 MutableStylePropertySet* SVGElement::animatedSMILStyleProperties() const in animatedSMILStyleProperties() function in WebCore::SVGElement1069 return svgRareData()->animatedSMILStyleProperties(); in animatedSMILStyleProperties()
3596 if (isSVGElement() && toSVGElement(this)->animatedSMILStyleProperties()) in supportsStyleSharing()