Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBottom

722 int RenderTableCell::borderBottom() const
724 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom());