Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderHalfStart

731     return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart();
753 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
761 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
770 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
778 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
781 int RenderTableCell::borderHalfStart(bool outer) const