Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp498 void RenderTableSection::distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells) in distributeRowSpanHeightToRows() argument
500 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() local
665 rowSpanCells.append(cell); in calcRowLogicalHeight()
716 if (!rowSpanCells.isEmpty()) { in calcRowLogicalHeight()
718 distributeRowSpanHeightToRows(rowSpanCells); in calcRowLogicalHeight()
DRenderTableSection.h255 void distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells);