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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp614 LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear, childIsSelfCollapsing); local
618 logicalTopAfterClear = adjustBlockChildForPagination(logicalTopAfterClear, estimateWithoutPagination, child,
619 atBeforeSideOfBlock && logicalTopBeforeClear == logicalTopAfterClear);
622 setLogicalTopForChild(child, logicalTopAfterClear);
627 if (logicalTopAfterClear != logicalTopEstimate || child->needsLayout() || (paginated && childRenderBlockFlow && childRenderBlockFlow->shouldBreakAtLineToAvoidWidow())) {
692 LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock) argument
696 if (estimateWithoutPagination != logicalTopAfterClear) {
699 setLogicalHeight(logicalTopAfterClear);
700 setLogicalTopForChild(child, logicalTopAfterClear);
[all...]

Completed in 619 milliseconds