Searched refs:borderHalfEnd (Results 1 – 3 of 3) sorted by relevance
736 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlock::borderEnd(); in borderEnd()753 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfLeft()761 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfRight()770 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfTop()778 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfBottom()789 int RenderTableCell::borderHalfEnd(bool outer) const in borderHalfEnd() function in WebCore::RenderTableCell
75 int borderHalfEnd(bool outer) const;
19193 (WebCore::RenderTableCell::borderHalfEnd): Similar.