Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp396 …:distributeExtraRowSpanHeightToAutoRows(RenderTableCell* cell, int totalAutoRowsHeight, int& extra… in distributeExtraRowSpanHeightToAutoRows() argument
398 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() local
646 totalAutoRowsHeight += spanningRowsHeight.rowHeight[row - rowIndex]; in distributeRowSpanHeightToRows()
652 if (totalPercent < 100 && !totalAutoRowsHeight && !totalRemainingRowsHeight) { in distributeRowSpanHeightToRows()
657 …distributeExtraRowSpanHeightToAutoRows(cell, totalAutoRowsHeight, extraRowSpanningHeight, spanning… in distributeRowSpanHeightToRows()