Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp405 static bool compareRowSpanCellsInHeightDistributionOrder(const RenderTableCell* cell1, const Render… in compareRowSpanCellsInHeightDistributionOrder() function
504 … std::sort(rowSpanCells.begin(), rowSpanCells.end(), compareRowSpanCellsInHeightDistributionOrder); in distributeRowSpanHeightToRows()