Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h246 bool rowHasOnlySpanningCells(unsigned);
DRenderTableSection.cpp257 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row) in rowHasOnlySpanningCells() function in WebCore::RenderTableSection
292 spanningRowsHeight.rowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow); in populateSpanningRowsHeightFromCell()
456 ASSERT(rowHasOnlySpanningCells(row)); in calcRowHeightHavingOnlySpanningCells()
486 …if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForR… in updateRowsHeightHavingOnlySpanningCells()