Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

58 void SVGForeignObjectElement::parseMappedAttribute(Attribute* attr)
60 const AtomicString& value = attr->value();
61 if (attr->name() == SVGNames::xAttr)
63 else if (attr->name() == SVGNames::yAttr)
65 else if (attr->name() == SVGNames::widthAttr)
67 else if (attr->name() == SVGNames::heightAttr)
70 if (SVGTests::parseMappedAttribute(attr))
72 if (SVGLangSpace::parseMappedAttribute(attr))
74 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
76 SVGStyledTransformableElement::parseMappedAttribute(attr);