Searched refs:rowSpanCells (Results 1 – 2 of 2) sorted by relevance
498 void RenderTableSection::distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells) in distributeRowSpanHeightToRows() argument500 ASSERT(rowSpanCells.size()); in distributeRowSpanHeightToRows()504 … std::sort(rowSpanCells.begin(), rowSpanCells.end(), compareRowSpanCellsInHeightDistributionOrder); in distributeRowSpanHeightToRows()510 for (unsigned i = 0; i < rowSpanCells.size(); i++) { in distributeRowSpanHeightToRows()511 RenderTableCell* cell = rowSpanCells[i]; in distributeRowSpanHeightToRows()633 SpanningRenderTableCells rowSpanCells; in calcRowLogicalHeight() local665 rowSpanCells.append(cell); in calcRowLogicalHeight()716 if (!rowSpanCells.isEmpty()) { in calcRowLogicalHeight()718 distributeRowSpanHeightToRows(rowSpanCells); in calcRowLogicalHeight()
255 void distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells);