Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp301 …eightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<in… in distributeExtraRowSpanHeightToPercentRows() argument
303 if (!extraRowSpanningHeight || !totalPercent) in distributeExtraRowSpanHeightToPercentRows()
309 const int tableHeight = m_rowPos[m_grid.size()] + extraRowSpanningHeight; in distributeExtraRowSpanHeightToPercentRows()
315 if (percent > 0 && extraRowSpanningHeight > 0) { in distributeExtraRowSpanHeightToPercentRows()
321 toAdd = min(toAdd, extraRowSpanningHeight); in distributeExtraRowSpanHeightToPercentRows()
323 extraRowSpanningHeight -= toAdd; in distributeExtraRowSpanHeightToPercentRows()
331 …tToAutoRows(RenderTableCell* cell, int totalAutoRowsHeight, int& extraRowSpanningHeight, Vector<in… in distributeExtraRowSpanHeightToAutoRows() argument
333 if (!extraRowSpanningHeight || !totalAutoRowsHeight) in distributeExtraRowSpanHeightToAutoRows()
345 …accumulatedPositionIncrease += (extraRowSpanningHeight * rowsHeight[row - rowIndex]) / totalAutoRo… in distributeExtraRowSpanHeightToAutoRows()
346 … remainder += (extraRowSpanningHeight * rowsHeight[row - rowIndex]) % totalAutoRowsHeight; in distributeExtraRowSpanHeightToAutoRows()
[all …]