Searched refs:rowHasOnlySpanningCells (Results 1 – 2 of 2) sorted by relevance
246 bool rowHasOnlySpanningCells(unsigned);
257 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row) in rowHasOnlySpanningCells() function in WebCore::RenderTableSection292 spanningRowsHeight.rowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow); in populateSpanningRowsHeightFromCell()456 ASSERT(rowHasOnlySpanningCells(row)); in calcRowHeightHavingOnlySpanningCells()486 …if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForR… in updateRowsHeightHavingOnlySpanningCells()