Lines Matching refs:attr
94 void SVGUseElement::parseMappedAttribute(MappedAttribute* attr)
96 if (attr->name() == SVGNames::xAttr)
97 setXBaseValue(SVGLength(LengthModeWidth, attr->value()));
98 else if (attr->name() == SVGNames::yAttr)
99 setYBaseValue(SVGLength(LengthModeHeight, attr->value()));
100 else if (attr->name() == SVGNames::widthAttr) {
101 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value()));
104 } else if (attr->name() == SVGNames::heightAttr) {
105 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value()));
109 if (SVGTests::parseMappedAttribute(attr))
111 if (SVGLangSpace::parseMappedAttribute(attr))
113 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
115 if (SVGURIReference::parseMappedAttribute(attr))
117 SVGStyledTransformableElement::parseMappedAttribute(attr);