Searched refs:totalRemainingRowsHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp429 void RenderTableSection::distributeExtraRowSpanHeightToRemainingRows(RenderTableCell* cell, int totalRemainingRowsHeight, int& extraRowSpanningHeight, Vector<int>& rowsHeight) argument
431 if (!extraRowSpanningHeight || !totalRemainingRowsHeight)
443 updatePositionIncreasedWithRowHeight(extraRowSpanningHeight, rowsHeight[row - rowIndex], totalRemainingRowsHeight, accumulatedPositionIncrease, remainder);
449 if (remainder >= totalRemainingRowsHeight) {
450 remainder -= totalRemainingRowsHeight;
635 int totalRemainingRowsHeight = spanningRowsHeight.totalRowsHeight; local
644 totalRemainingRowsHeight -= spanningRowsHeight.rowHeight[row - rowIndex];
652 if (totalPercent < 100 && !totalAutoRowsHeight && !totalRemainingRowsHeight) {
658 distributeExtraRowSpanHeightToRemainingRows(cell, totalRemainingRowsHeight, extraRowSpanningHeight, spanningRowsHeight.rowHeight);

Completed in 82 milliseconds