getClearDelta    1242 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit heightIncrease = getClearDelta(child, yPos);
getClearDelta    1409 Source/core/rendering/RenderBlockFlow.cpp     logicalTopEstimate += getClearDelta(child, logicalTopEstimate);
getClearDelta    1431 Source/core/rendering/RenderBlockFlow.cpp     if (parentBlock && style()->clear() && parentBlock->getClearDelta(this, logicalHeight()))
getClearDelta     273 Source/core/rendering/RenderBlockFlow.h     LayoutUnit getClearDelta(RenderBox* child, LayoutUnit yPos);