Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableCell.cpp334 bool leftmostColumn; in collapsedLeftBorder() local
336 leftmostColumn = col() == 0; in collapsedLeftBorder()
339 leftmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedLeftBorder()
352 } else if (leftmostColumn) { in collapsedLeftBorder()
380 if (!leftmostColumn) { in collapsedLeftBorder()
DRenderTable.cpp789 int leftmostColumn = style()->direction() == RTL ? numEffCols() - 1 : 0; in calcBorderLeft() local
790 RenderTableCol* colGroup = colElement(leftmostColumn); in calcBorderLeft()
811 … const RenderTableSection::CellStruct& cs = firstNonEmptySection->cellAt(0, leftmostColumn); in calcBorderLeft()
DRenderTableSection.cpp909 int leftmostColumn = rtl ? totalCols - 1 : 0; in setCellWidths() local
910 RenderTableCol* colGroup = table()->colElement(leftmostColumn); in setCellWidths()
921 const CellStruct& current = cellAt(r, leftmostColumn); in setCellWidths()