Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderRight

712 int RenderTableCell::borderRight() const
714 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight();
1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom());