Lines Matching refs:attr
47 void SVGComponentTransferFunctionElement::parseMappedAttribute(MappedAttribute* attr)
49 const String& value = attr->value();
50 if (attr->name() == SVGNames::typeAttr) {
62 else if (attr->name() == SVGNames::tableValuesAttr)
64 else if (attr->name() == SVGNames::slopeAttr)
66 else if (attr->name() == SVGNames::interceptAttr)
68 else if (attr->name() == SVGNames::amplitudeAttr)
70 else if (attr->name() == SVGNames::exponentAttr)
72 else if (attr->name() == SVGNames::offsetAttr)
75 SVGElement::parseMappedAttribute(attr);