Home
last modified time | relevance | path

Searched refs:hasNextPage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp1058 && hasNextPage(beforeCollapseLogicalTop)) { in collapseMargins()
1285 && hasNextPage(logicalHeight())) in estimateLogicalTopPosition()
1487 … if (checkBeforeAlways && inNormalFlow(child) && hasNextPage(logicalOffset, IncludePageBoundary)) { in applyBeforeBreak()
1509 … if (checkAfterAlways && inNormalFlow(child) && hasNextPage(logicalOffset, IncludePageBoundary)) { in applyAfterBreak()
DRenderBlock.h628 bool hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;
DRenderBlock.cpp5327 bool RenderBlock::hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const in hasNextPage() function in WebCore::RenderBlock
5426 || !hasNextPage(logicalOffset)) in adjustForUnsplittableChild()
5444 if (!hasNextPage(logicalOffset + adjustment)) in pushToNextPageWithMinimumLogicalHeight()
5518 || !hasNextPage(logicalOffset)) in adjustLinePositionForPagination()