Searched refs:hasNextPage (Results 1 – 3 of 3) sorted by relevance
1058 && 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()
628 bool hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;
5327 bool RenderBlock::hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const in hasNextPage() function in WebCore::RenderBlock5426 || !hasNextPage(logicalOffset)) in adjustForUnsplittableChild()5444 if (!hasNextPage(logicalOffset + adjustment)) in pushToNextPageWithMinimumLogicalHeight()5518 || !hasNextPage(logicalOffset)) in adjustLinePositionForPagination()