Home
last modified time | relevance | path

Searched refs:rightmostColumn (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableCell.cpp400 bool rightmostColumn; in collapsedRightBorder() local
402 rightmostColumn = col() == 0; in collapsedRightBorder()
405 rightmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedRightBorder()
413 if (!rightmostColumn) { in collapsedRightBorder()
448 if (!rightmostColumn) { in collapsedRightBorder()
DRenderTable.cpp848 int rightmostColumn = style()->direction() == RTL ? 0 : numEffCols() - 1; in calcBorderRight() local
849 RenderTableCol* colGroup = colElement(rightmostColumn); in calcBorderRight()
870 … const RenderTableSection::CellStruct& cs = firstNonEmptySection->cellAt(0, rightmostColumn); in calcBorderRight()
DRenderTableSection.cpp956 int rightmostColumn = rtl ? 0 : totalCols - 1; in setCellWidths() local
957 RenderTableCol* colGroup = table()->colElement(rightmostColumn); in setCellWidths()
968 const CellStruct& current = cellAt(r, rightmostColumn); in setCellWidths()