Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderLeft

880 int RenderTableCell::borderLeft() const
882 return table()->collapseBorders() ? borderHalfLeft(false) : RenderBlock::borderLeft();
1180 LayoutRect clipRect(adjustedPaintOffset.x() + borderLeft(), adjustedPaintOffset.y() + borderTop(),
1181 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());