BorderStart      1139 Source/core/rendering/RenderTableSection.cpp     unsigned colIndex = side == BorderStart ? 0 : totalCols - 1;
BorderStart      1143 Source/core/rendering/RenderTableSection.cpp     const BorderValue& sb = side == BorderStart ? style()->borderStart() : style()->borderEnd();
BorderStart      1150 Source/core/rendering/RenderTableSection.cpp         const BorderValue& gb = side == BorderStart ? colGroup->style()->borderStart() : colGroup->style()->borderEnd();
BorderStart      1165 Source/core/rendering/RenderTableSection.cpp         const BorderValue& cb = side == BorderStart ? primaryCellStyle->borderStart() : primaryCellStyle->borderEnd(); // FIXME: Make this work with perpendicular and flipped cells.
BorderStart      1166 Source/core/rendering/RenderTableSection.cpp         const BorderValue& rb = side == BorderStart ? primaryCellParentStyle->borderStart() : primaryCellParentStyle->borderEnd();
BorderStart      1178 Source/core/rendering/RenderTableSection.cpp     if ((side == BorderStart) != table()->style()->isLeftToRightDirection())
BorderStart      1187 Source/core/rendering/RenderTableSection.cpp     m_outerBorderStart = calcInlineDirectionOuterBorder(BorderStart);