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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1358 LayoutUnit heightIncrease = getClearDelta(child, yPos); local
1359 if (!heightIncrease)
1395 setLogicalHeight(logicalHeight() + heightIncrease);
1408 return yPos + heightIncrease;

Completed in 107 milliseconds