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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp1778 int logicalTopEstimate = logicalHeight(); local
1781 logicalTopEstimate += max(marginInfo.margin(), childMarginBefore);
1786 // Adjust logicalTopEstimate down to the next page if the margins are so large that we don't fit on the current
1788 if (paginated && logicalTopEstimate > logicalHeight())
1789 logicalTopEstimate = min(logicalTopEstimate, nextPageLogicalTop(logicalHeight()));
1791 logicalTopEstimate += getClearDelta(child, logicalTopEstimate);
1795 logicalTopEstimate = applyBeforeBreak(child, logicalTopEstimate);
1988 int logicalTopEstimate = estimateLogicalTopPosition(child, marginInfo); local
[all...]

Completed in 19 milliseconds