Searched refs:borderHalfStart (Results 1 – 3 of 3) sorted by relevance
731 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart(); in borderStart()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()781 int RenderTableCell::borderHalfStart(bool outer) const in borderHalfStart() function in WebCore::RenderTableCell
74 int borderHalfStart(bool outer) const;
19182 (WebCore::RenderTableCell::borderStart): Use borderHalfStart().19191 (WebCore::RenderTableCell::borderHalfStart): Added. Uses collapsedStartBorder(). Splits odd