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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1111 LayoutUnit heightIncrease = getClearDelta(child, yPos);
1288 logicalTopEstimate += getClearDelta(child, logicalTopEstimate);
1310 if (parentBlock && style()->clear() && parentBlock->getClearDelta(this, logicalHeight()))
1607 LayoutUnit RenderBlockFlow::getClearDelta(RenderBox* child, LayoutUnit logicalTop) function in class:WebCore::RenderBlockFlow

Completed in 68 milliseconds