Searched defs:accumulatedPositionIncrease (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp331 int accumulatedPositionIncrease = 0; local
340 accumulatedPositionIncrease += toAdd;
345 m_rowPos[row + 1] += accumulatedPositionIncrease;
352 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long long totalHeight, int& accumulatedPositionIncrease, int& remainder) argument
356 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight;
374 int accumulatedPositionIncrease = 0; local
377 updatePositionIncreasedWithRowHeight(extraRowSpanningHeight, m_grid[row].logicalHeight.percent(), totalPercent, accumulatedPositionIncrease, remainder);
385 accumulatedPositionIncrease++;
388 m_rowPos[row + 1] += accumulatedPositionIncrease;
393 extraRowSpanningHeight -= accumulatedPositionIncrease;
403 int accumulatedPositionIncrease = 0; local
436 int accumulatedPositionIncrease = 0; local
541 int accumulatedPositionIncrease = 0; local
[all...]

Completed in 105 milliseconds