Lines Matching refs:attr
170 void SVGPathElement::parseMappedAttribute(MappedAttribute* attr)
172 if (attr->name() == SVGNames::dAttr) {
175 if (!pathSegListFromSVGData(pathSegList(), attr->value(), true))
176 document()->accessSVGExtensions()->reportError("Problem parsing d=\"" + attr->value() + "\"");
177 } else if (attr->name() == SVGNames::pathLengthAttr) {
178 setPathLengthBaseValue(attr->value().toFloat());
182 if (SVGTests::parseMappedAttribute(attr))
184 if (SVGLangSpace::parseMappedAttribute(attr))
186 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
188 SVGStyledTransformableElement::parseMappedAttribute(attr);