Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp501 int totalRowSpanCellHeight = 0; in isHeightNeededForRowHavingOnlySpanningCells() local
505 totalRowSpanCellHeight += m_rowPos[actualRow + 1] - m_rowPos[actualRow]; in isHeightNeededForRowHavingOnlySpanningCells()
507 totalRowSpanCellHeight -= borderSpacingForRow(rowIndex + rowSpan - 1); in isHeightNeededForRowHavingOnlySpanningCells()
509 if (totalRowSpanCellHeight < cell->logicalHeightForRowSizing()) in isHeightNeededForRowHavingOnlySpanningCells()