Home | History | Annotate | Download | only in html

Lines Matching defs:border

337             int border = 0;
339 border = 1;
341 border = attr->value().toInt();
342 m_borderAttr = border;
343 addCSSLength(attr, CSSPropertyBorderWidth, String::number(border));
368 // void, above, below, hsides, vsides, lhs, rhs, box, border
390 equalIgnoringCase(attr->value(), "border")) {
395 // Now map in the border styles of solid and hidden respectively.
419 // The presence of a valid rules attribute causes border collapsing to be enabled.
682 String HTMLTableElement::border() const