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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp457 LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear); local
461 logicalTopAfterClear = adjustBlockChildForPagination(logicalTopAfterClear, estimateWithoutPagination, child,
462 atBeforeSideOfBlock && logicalTopBeforeClear == logicalTopAfterClear);
465 setLogicalTopForChild(child, logicalTopAfterClear, ApplyLayoutDelta);
470 if (logicalTopAfterClear != logicalTopEstimate || child->needsLayout() || (paginated && childRenderBlock && childRenderBlock->shouldBreakAtLineToAvoidWidow())) {
541 LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock) argument
545 if (estimateWithoutPagination != logicalTopAfterClear) {
548 setLogicalHeight(logicalTopAfterClear);
549 setLogicalTopForChild(child, logicalTopAfterClear, ApplyLayoutDelt
[all...]

Completed in 63 milliseconds