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.h245 bool rowHasOnlySpanningCells(unsigned);
DRenderTableSection.cpp254 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row) in rowHasOnlySpanningCells() function in WebCore::RenderTableSection
289 spanningRowsHeight.isAnyRowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow); in populateSpanningRowsHeightFromCell()
462 ASSERT(rowHasOnlySpanningCells(row)); in calcRowHeightHavingOnlySpanningCells()
492 …if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForR… in updateRowsHeightHavingOnlySpanningCells()