Searched refs:animatedSMILStyleProperties (Results 1 – 6 of 6) sorted by relevance
216 if (candidate.isSVGElement() && toSVGElement(candidate).animatedSMILStyleProperties()) in canShareStyleWithElement()260 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties()) in canShareStyleWithElement()
500 …ector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), fals… in matchAllRules()
71 …MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStylePropertie… in animatedSMILStyleProperties() function
141 MutableStylePropertySet* animatedSMILStyleProperties() const;
918 MutableStylePropertySet* SVGElement::animatedSMILStyleProperties() const in animatedSMILStyleProperties() function in blink::SVGElement921 return svgRareData()->animatedSMILStyleProperties(); in animatedSMILStyleProperties()
3195 if (isSVGElement() && toSVGElement(this)->animatedSMILStyleProperties()) in supportsStyleSharing()