Lines Matching refs:attr
212 void WMLCardElement::parseMappedAttribute(MappedAttribute* attr)
216 if (attr->name() == onenterforwardAttr)
218 else if (attr->name() == onenterbackwardAttr)
220 else if (attr->name() == ontimerAttr)
222 else if (attr->name() == newcontextAttr)
223 m_isNewContext = (attr->value() == "true");
224 else if (attr->name() == orderedAttr)
225 m_isOrdered = (attr->value() == "true");
227 WMLElement::parseMappedAttribute(attr);
235 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value());