Searched refs:extraRowSpanningHeight (Results 1 – 1 of 1) sorted by relevance
301 …eightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<in… in distributeExtraRowSpanHeightToPercentRows() argument303 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() argument333 if (!extraRowSpanningHeight || !totalAutoRowsHeight) in distributeExtraRowSpanHeightToAutoRows()345 …accumulatedPositionIncrease += (extraRowSpanningHeight * rowsHeight[row - rowIndex]) / totalAutoRo… in distributeExtraRowSpanHeightToAutoRows()346 … remainder += (extraRowSpanningHeight * rowsHeight[row - rowIndex]) % totalAutoRowsHeight; in distributeExtraRowSpanHeightToAutoRows()[all …]