Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp399 static bool cellIsFullyIncludedInOtherCell(const RenderTableCell* cell1, const RenderTableCell* cel… in cellIsFullyIncludedInOtherCell() function
414 if (cellIsFullyIncludedInOtherCell(cell1, cell2)) in compareRowSpanCellsInHeightDistributionOrder()
418 if (!cellIsFullyIncludedInOtherCell(cell2, cell1)) in compareRowSpanCellsInHeightDistributionOrder()