Searched refs:rowSpanCells (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp561 void RenderTableSection::distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells) argument
563 ASSERT(rowSpanCells.size());
565 // 'rowSpanCells' list is already sorted based on the cells rowIndex in ascending order
567 std::sort(rowSpanCells.begin(), rowSpanCells.end(), compareRowSpanCellsInHeightDistributionOrder);
573 for (unsigned i = 0; i < rowSpanCells.size(); i++) {
574 RenderTableCell* cell = rowSpanCells[i];
718 SpanningRenderTableCells rowSpanCells; local
749 rowSpanCells.append(cell);
778 if (!rowSpanCells
[all...]
H A DRenderTableSection.h272 void distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells);

Completed in 53 milliseconds