Lines Matching refs:attr
50 void SVGLineElement::parseMappedAttribute(MappedAttribute* attr)
52 if (attr->name() == SVGNames::x1Attr)
53 setX1BaseValue(SVGLength(LengthModeWidth, attr->value()));
54 else if (attr->name() == SVGNames::y1Attr)
55 setY1BaseValue(SVGLength(LengthModeHeight, attr->value()));
56 else if (attr->name() == SVGNames::x2Attr)
57 setX2BaseValue(SVGLength(LengthModeWidth, attr->value()));
58 else if (attr->name() == SVGNames::y2Attr)
59 setY2BaseValue(SVGLength(LengthModeHeight, attr->value()));
61 if (SVGTests::parseMappedAttribute(attr))
63 if (SVGLangSpace::parseMappedAttribute(attr))
65 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
67 SVGStyledTransformableElement::parseMappedAttribute(attr);