HomeSort by relevance Sort by last modified time
    Searched refs:endCol (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 284 int endCol = j;
286 while (cspan && endCol < cols) {
287 cspan -= table()->columns()[endCol].span;
288 endCol++;
290 int w = columnPos[endCol] - columnPos[j] - table()->hBorderSpacing();
1068 unsigned int endcol = totalCols; local
1103 unsigned endcol = totalCols; local
    [all...]
RenderTable.cpp 664 int endCol = cCol + span - 1;
670 *endEdge = endCol == col;
    [all...]

Completed in 274 milliseconds