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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp1763 int logicalTopEstimate = logicalHeight(); local
1766 logicalTopEstimate += max(marginInfo.margin(), childMarginBefore);
1771 // Adjust logicalTopEstimate down to the next page if the margins are so large that we don't fit on the current
1773 if (paginated && logicalTopEstimate > logicalHeight())
1774 logicalTopEstimate = min(logicalTopEstimate, nextPageLogicalTop(logicalHeight()));
1776 logicalTopEstimate += getClearDelta(child, logicalTopEstimate);
1780 logicalTopEstimate = applyBeforeBreak(child, logicalTopEstimate);
1973 int logicalTopEstimate = estimateLogicalTopPosition(child, marginInfo); local
[all...]

Completed in 191 milliseconds