Lines Matching refs:attr
94 void HTMLVideoElement::parseMappedAttribute(MappedAttribute* attr)
96 const QualifiedName& attrName = attr->name();
99 m_posterURL = document()->completeURL(attr->value());
112 addCSSLength(attr, CSSPropertyWidth, attr->value());
114 addCSSLength(attr, CSSPropertyHeight, attr->value());
116 HTMLMediaElement::parseMappedAttribute(attr);
175 bool HTMLVideoElement::isURLAttribute(Attribute* attr) const
177 return attr->name() == posterAttr;