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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp562 LayoutUnit logicalTopEstimate = estimateLogicalTopPosition(child, marginInfo, estimateWithoutPagination); local
569 setLogicalTopForChild(child, logicalTopEstimate);
573 if (logicalTopEstimate != oldLogicalTop && childRenderBlockFlow && !childRenderBlockFlow->avoidsFloats() && childRenderBlockFlow->containsFloats()) {
575 } else if (UNLIKELY(logicalTopEstimate.mightBeSaturated())) {
576 // logicalTopEstimate, returned by estimateLogicalTopPosition, might be saturated for
585 if (fb > logicalTopEstimate)
627 if (logicalTopAfterClear != logicalTopEstimate || child->needsLayout() || (paginated && childRenderBlockFlow && childRenderBlockFlow->shouldBreakAtLineToAvoidWidow())) {
1497 LayoutUnit logicalTopEstimate = logicalHeight(); local
1516 logicalTopEstimate += std::max(marginInfo.positiveMargin(), positiveMarginBefore) - std::max(marginInfo.negativeMargin(), negativeMarginBefore);
1519 // Adjust logicalTopEstimate dow
[all...]

Completed in 39 milliseconds