borderHalfStart   921 Source/core/rendering/RenderTableCell.cpp     return table()->collapseBorders() ? borderHalfStart(false) : RenderBlockFlow::borderStart();
borderHalfStart   943 Source/core/rendering/RenderTableCell.cpp         return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
borderHalfStart   951 Source/core/rendering/RenderTableCell.cpp         return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
borderHalfStart   960 Source/core/rendering/RenderTableCell.cpp     return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
borderHalfStart   968 Source/core/rendering/RenderTableCell.cpp     return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
borderHalfStart   246 Source/core/rendering/RenderTableCell.h     int borderHalfStart(bool outer) const;