Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp904 int rowHeightIncreaseForPagination = 0; in layoutRows() local
987rowHeightIncreaseForPagination = max<int>(rowHeightIncreaseForPagination, cell->logicalHeight() - … in layoutRows()
1002 if (rowHeightIncreaseForPagination) { in layoutRows()
1004 m_rowPos[rowIndex] += rowHeightIncreaseForPagination; in layoutRows()
1008 … cells[i]->setLogicalHeight(cells[i]->logicalHeight() + rowHeightIncreaseForPagination); in layoutRows()