Searched refs:rightmostColumn (Results 1 – 3 of 3) sorted by relevance
400 bool rightmostColumn; in collapsedRightBorder() local402 rightmostColumn = col() == 0; in collapsedRightBorder()405 rightmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedRightBorder()413 if (!rightmostColumn) { in collapsedRightBorder()448 if (!rightmostColumn) { in collapsedRightBorder()
848 int rightmostColumn = style()->direction() == RTL ? 0 : numEffCols() - 1; in calcBorderRight() local849 RenderTableCol* colGroup = colElement(rightmostColumn); in calcBorderRight()870 … const RenderTableSection::CellStruct& cs = firstNonEmptySection->cellAt(0, rightmostColumn); in calcBorderRight()
956 int rightmostColumn = rtl ? 0 : totalCols - 1; in setCellWidths() local957 RenderTableCol* colGroup = table()->colElement(rightmostColumn); in setCellWidths()968 const CellStruct& current = cellAt(r, rightmostColumn); in setCellWidths()