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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp734 LayoutUnit childLogicalHeight = child->logicalHeight(); local
736 setPageBreak(result, childLogicalHeight - unsplittableAdjustmentDelta);
760 LayoutUnit spaceShortage = childLogicalHeight - remainingLogicalHeight;
773 setPageBreak(result, childLogicalHeight);
881 LayoutUnit childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : LayoutUnit());
883 updateMinimumPageHeight(logicalOffset, childLogicalHeight);
884 if (!pageLogicalHeight || childLogicalHeight > pageLogicalHeight)
887 if (remainingLogicalHeight < childLogicalHeight)

Completed in 63 milliseconds