HomeSort by relevance Sort by last modified time
    Searched refs:logicalTopAfterClear (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 564 LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear, childIsSelfCollapsing);
568 logicalTopAfterClear = adjustBlockChildForPagination(logicalTopAfterClear, estimateWithoutPagination, child,
569 atBeforeSideOfBlock && logicalTopBeforeClear == logicalTopAfterClear);
572 setLogicalTopForChild(child, logicalTopAfterClear, ApplyLayoutDelta);
577 if (logicalTopAfterClear != logicalTopEstimate || child->needsLayout() || (paginated && childRenderBlock && childRenderBlock->shouldBreakAtLineToAvoidWidow())) {
657 LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock)
661 if (estimateWithoutPagination != logicalTopAfterClear) {
664 setLogicalHeight(logicalTopAfterClear);
665 setLogicalTopForChild(child, logicalTopAfterClear, ApplyLayoutDelta)
    [all...]
RenderBlockFlow.h 429 LayoutUnit adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock);

Completed in 250 milliseconds