Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

26 #include "Attr.h"
161 void SVGStyledElement::parseMappedAttribute(MappedAttribute* attr)
163 const QualifiedName& attrName = attr->name();
168 addCSSProperty(attr, propId, attr->value());
178 setClassNameBaseValue(attr->value());
181 SVGElement::parseMappedAttribute(attr);
288 Attribute* attr = mappedAttributes()->getAttributeItem(attributeName);
289 if (!attr || !attr->isMappedAttribute() || !attr->style())
292 MappedAttribute* cssSVGAttr = static_cast<MappedAttribute*>(attr);