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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp396 void RenderTableSection::distributeExtraRowSpanHeightToAutoRows(RenderTableCell* cell, int totalAutoRowsHeight, int& extraRowSpanningHeight, Vector<int>& rowsHeight) argument
398 if (!extraRowSpanningHeight || !totalAutoRowsHeight)
410 updatePositionIncreasedWithRowHeight(extraRowSpanningHeight, rowsHeight[row - rowIndex], totalAutoRowsHeight, accumulatedPositionIncrease, remainder);
416 if (remainder >= totalAutoRowsHeight) {
417 remainder -= totalAutoRowsHeight;
634 int totalAutoRowsHeight = 0; local
646 totalAutoRowsHeight += spanningRowsHeight.rowHeight[row - rowIndex];
652 if (totalPercent < 100 && !totalAutoRowsHeight && !totalRemainingRowsHeight) {
657 distributeExtraRowSpanHeightToAutoRows(cell, totalAutoRowsHeight, extraRowSpanningHeight, spanningRowsHeight.rowHeight);

Completed in 129 milliseconds