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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h252 LayoutUnit getClearDelta(RenderBox* child, LayoutUnit yPos);
H A DRenderBlockFlow.cpp1358 LayoutUnit heightIncrease = getClearDelta(child, yPos);
1525 logicalTopEstimate += getClearDelta(child, logicalTopEstimate);
1547 if (parentBlock && style()->clear() && parentBlock->getClearDelta(this, logicalHeight()))
1863 LayoutUnit RenderBlockFlow::getClearDelta(RenderBox* child, LayoutUnit logicalTop) function in class:blink::RenderBlockFlow

Completed in 88 milliseconds