Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp306 const int tableHeight = m_rowPos[m_grid.size()] + extraRowSpanningHeight; in distributeExtraRowSpanHeightToPercentRows() local
314 …int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex]; in distributeExtraRowSpanHeightToPercentRows()