Home | History | Annotate | Download | only in svg

Lines Matching refs:attrName

70 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
72 SVGStyledTransformableElement::svgAttributeChanged(attrName);
78 if (attrName == SVGNames::clipPathUnitsAttr
79 || SVGTests::isKnownAttribute(attrName)
80 || SVGLangSpace::isKnownAttribute(attrName)
81 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
82 || SVGStyledTransformableElement::isKnownAttribute(attrName))
86 void SVGClipPathElement::synchronizeProperty(const QualifiedName& attrName)
88 SVGStyledTransformableElement::synchronizeProperty(attrName);
90 if (attrName == anyQName()) {
93 SVGTests::synchronizeProperties(this, attrName);
97 if (attrName == SVGNames::clipPathUnitsAttr)
99 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
101 else if (SVGTests::isKnownAttribute(attrName))
102 SVGTests::synchronizeProperties(this, attrName);