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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp1727 int heightIncrease = getClearDelta(child, yPos); local
1728 if (!heightIncrease)
1759 setLogicalHeight(height() + heightIncrease);
1771 return yPos + heightIncrease;

Completed in 69 milliseconds