Searched refs:borderHalfStart (Results 1 – 2 of 2) sorted by relevance
919 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart(); in borderStart()941 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfLeft()949 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfRight()958 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfTop()966 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfBottom()969 int RenderTableCell::borderHalfStart(bool outer) const in borderHalfStart() function in WebCore::RenderTableCell
247 int borderHalfStart(bool outer) const;