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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h265 bool isHeightNeededForRowHavingOnlySpanningCells(unsigned);
H A DRenderTableSection.cpp487 bool RenderTableSection::isHeightNeededForRowHavingOnlySpanningCells(unsigned row) function in class:blink::RenderTableSection
549 if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForRowHavingOnlySpanningCells(actualRow)) {

Completed in 162 milliseconds