Home | History | Annotate | Download | only in rendering

Lines Matching refs:PageBoundaryRule

7287 bool RenderBlock::hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const
7302 || (pageBoundaryRule == IncludePageBoundary && pageOffset == region->logicalTopForFlowThreadContent());
7306 LayoutUnit RenderBlock::nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const
7314 if (pageBoundaryRule == ExcludePageBoundary)
7413 LayoutUnit RenderBlock::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule) const
7422 if (pageBoundaryRule == IncludePageBoundary) {
7430 return flowThread->pageRemainingLogicalHeightForOffset(offset, pageBoundaryRule);