Searched refs:borderHalfStart (Results 1 – 2 of 2) sorted by relevance
910 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlockFlow::borderStart(); in borderStart()932 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfLeft()940 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfRight()949 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfTop()957 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfBottom()960 int RenderTableCell::borderHalfStart(bool outer) const in borderHalfStart() function in blink::RenderTableCell
249 int borderHalfStart(bool outer) const;