Lines Matching full:value
78 _span = !attr->isNull() ? attr->value().toInt() : 1;
82 if (!attr->value().isEmpty()) {
83 addCSSLength(attr, CSSPropertyWidth, attr->value());
113 void HTMLTableColElement::setAlign(const String &value)
115 setAttribute(alignAttr, value);
123 void HTMLTableColElement::setCh(const String &value)
125 setAttribute(charAttr, value);
133 void HTMLTableColElement::setChOff(const String &value)
135 setAttribute(charoffAttr, value);
148 void HTMLTableColElement::setVAlign(const String &value)
150 setAttribute(valignAttr, value);
158 void HTMLTableColElement::setWidth(const String &value)
160 setAttribute(widthAttr, value);