Home | History | Annotate | Download | only in svg

Lines Matching refs:attrName

58 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName)
60 SVGStyledTransformableElement::svgAttributeChanged(attrName);
62 if (SVGTests::handleAttributeChange(this, attrName))
69 if (SVGLangSpace::isKnownAttribute(attrName)
70 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
74 void SVGGElement::synchronizeProperty(const QualifiedName& attrName)
76 SVGStyledTransformableElement::synchronizeProperty(attrName);
78 if (attrName == anyQName()) {
80 SVGTests::synchronizeProperties(this, attrName);
84 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
86 else if (SVGTests::isKnownAttribute(attrName))
87 SVGTests::synchronizeProperties(this, attrName);