Searched refs:totalAutoRowsHeight (Results 1 – 1 of 1) sorted by relevance
396 …:distributeExtraRowSpanHeightToAutoRows(RenderTableCell* cell, int totalAutoRowsHeight, int& extra… in distributeExtraRowSpanHeightToAutoRows() argument398 if (!extraRowSpanningHeight || !totalAutoRowsHeight) in distributeExtraRowSpanHeightToAutoRows()410 …dWithRowHeight(extraRowSpanningHeight, rowsHeight[row - rowIndex], totalAutoRowsHeight, accumulate… in distributeExtraRowSpanHeightToAutoRows()416 if (remainder >= totalAutoRowsHeight) { in distributeExtraRowSpanHeightToAutoRows()417 remainder -= totalAutoRowsHeight; in distributeExtraRowSpanHeightToAutoRows()634 int totalAutoRowsHeight = 0; in distributeRowSpanHeightToRows() local646 totalAutoRowsHeight += spanningRowsHeight.rowHeight[row - rowIndex]; in distributeRowSpanHeightToRows()652 if (totalPercent < 100 && !totalAutoRowsHeight && !totalRemainingRowsHeight) { in distributeRowSpanHeightToRows()657 …distributeExtraRowSpanHeightToAutoRows(cell, totalAutoRowsHeight, extraRowSpanningHeight, spanning… in distributeRowSpanHeightToRows()