Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp352 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long l… in updatePositionIncreasedWithRowHeight() argument
356 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight; in updatePositionIncreasedWithRowHeight()
357 remainder += (extraHeight * rowHeight) % totalHeight; in updatePositionIncreasedWithRowHeight()