Home | History | Annotate | Download | only in html

Lines Matching full:value

95         rSpan = !attr->isNull() ? attr->value().toInt() : 1;
100 cSpan = !attr->isNull() ? attr->value().toInt() : 1;
111 if (!attr->value().isEmpty()) {
112 int widthInt = attr->value().toInt();
114 addCSSLength(attr, CSSPropertyWidth, attr->value());
117 if (!attr->value().isEmpty()) {
118 int heightInt = attr->value().toInt();
120 addCSSLength(attr, CSSPropertyHeight, attr->value());
147 void HTMLTableCellElement::setAbbr(const String &value)
149 setAttribute(abbrAttr, value);
157 void HTMLTableCellElement::setAlign(const String &value)
159 setAttribute(alignAttr, value);
167 void HTMLTableCellElement::setAxis(const String &value)
169 setAttribute(axisAttr, value);
177 void HTMLTableCellElement::setBgColor(const String &value)
179 setAttribute(bgcolorAttr, value);
187 void HTMLTableCellElement::setCh(const String &value)
189 setAttribute(charAttr, value);
197 void HTMLTableCellElement::setChOff(const String &value)
199 setAttribute(charoffAttr, value);
212 void HTMLTableCellElement::setHeaders(const String &value)
214 setAttribute(headersAttr, value);
222 void HTMLTableCellElement::setHeight(const String &value)
224 setAttribute(heightAttr, value);
247 void HTMLTableCellElement::setScope(const String &value)
249 setAttribute(scopeAttr, value);
257 void HTMLTableCellElement::setVAlign(const String &value)
259 setAttribute(valignAttr, value);
267 void HTMLTableCellElement::setWidth(const String &value)
269 setAttribute(widthAttr, value);