Lines Matching refs:attr
54 void WMLAElement::parseMappedAttribute(MappedAttribute* attr)
56 if (attr->name() == HTMLNames::hrefAttr) {
58 setIsLink(!attr->isNull());
62 String value = attr->value();
66 } else if (attr->name() == HTMLNames::nameAttr
67 || attr->name() == HTMLNames::titleAttr
68 || attr->name() == HTMLNames::relAttr) {
71 WMLElement::parseMappedAttribute(attr);
159 bool WMLAElement::isURLAttribute(Attribute *attr) const
161 return attr->name() == HTMLNames::hrefAttr;