Searched refs:leftmostColumn (Results 1 – 3 of 3) sorted by relevance
334 bool leftmostColumn; in collapsedLeftBorder() local336 leftmostColumn = col() == 0; in collapsedLeftBorder()339 leftmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedLeftBorder()352 } else if (leftmostColumn) { in collapsedLeftBorder()380 if (!leftmostColumn) { in collapsedLeftBorder()
789 int leftmostColumn = style()->direction() == RTL ? numEffCols() - 1 : 0; in calcBorderLeft() local790 RenderTableCol* colGroup = colElement(leftmostColumn); in calcBorderLeft()811 … const RenderTableSection::CellStruct& cs = firstNonEmptySection->cellAt(0, leftmostColumn); in calcBorderLeft()
909 int leftmostColumn = rtl ? totalCols - 1 : 0; in setCellWidths() local910 RenderTableCol* colGroup = table()->colElement(leftmostColumn); in setCellWidths()921 const CellStruct& current = cellAt(r, leftmostColumn); in setCellWidths()