Searched refs:columnPos (Results 1 – 3 of 3) sorted by relevance
261 Vector<int>& columnPos = table()->columnPositions(); in setCellLogicalWidths() local290 int w = columnPos[endCol] - columnPos[j] - table()->hBorderSpacing(); in setCellLogicalWidths()1101 Vector<int>& columnPos = table()->columnPositions(); in setCellLogicalWidths() local1102 startcol = std::lower_bound(columnPos.begin(), columnPos.end(), start) - columnPos.begin(); in setCellLogicalWidths()1103 if ((startcol == columnPos.size()) || (startcol > 0 && (columnPos[startcol] > start))) in setCellLogicalWidths()1107 endcol = std::lower_bound(columnPos.begin(), columnPos.end(), end) - columnPos.begin(); in setCellLogicalWidths()1108 if (endcol == columnPos.size()) in setCellLogicalWidths()1111 if (!endcol && columnPos[0] - table()->outerBorderStart() <= end) in setCellLogicalWidths()1299 Vector<int>& columnPos = table()->columnPositions(); in setCellLogicalWidths() local1302 offsetInRowDirection = columnPos[columnPos.size() - 1] - offsetInRowDirection; in setCellLogicalWidths()[all …]
29542 (WebCore::RenderTable::recalcSections): Shrink columns and columnPos to the
46089 the last index in the columnPos vector.