Searched refs:rowHasOnlySpanningCells (Results 1 – 2 of 2) sorted by relevance
245 bool rowHasOnlySpanningCells(unsigned);
254 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row) in rowHasOnlySpanningCells() function in WebCore::RenderTableSection289 spanningRowsHeight.isAnyRowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow); in populateSpanningRowsHeightFromCell()462 ASSERT(rowHasOnlySpanningCells(row)); in calcRowHeightHavingOnlySpanningCells()492 …if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForR… in updateRowsHeightHavingOnlySpanningCells()