Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp1052 int heightIncrease = getClearDelta(child); in clearFloatsIfNeeded() local
1053 if (!heightIncrease) in clearFloatsIfNeeded()
1057 view()->addLayoutDelta(IntSize(0, -heightIncrease)); in clearFloatsIfNeeded()
1058 child->setLocation(child->x(), child->y() + heightIncrease); in clearFloatsIfNeeded()
1076 setHeight(height() + heightIncrease); in clearFloatsIfNeeded()