Home
last modified time | relevance | path

Searched refs:pageBoundaryRule (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp531 …owThread::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule) in pageRemainingLogicalHeightForOffset() argument
541 if (pageBoundaryRule == IncludePageBoundary) { in pageRemainingLogicalHeightForOffset()
DRenderBlock.cpp5327 bool RenderBlock::hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const in hasNextPage()
5342 …|| (pageBoundaryRule == IncludePageBoundary && pageOffset == region->logicalTopForFlowThreadConten… in hasNextPage()
5346 … RenderBlock::nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const in nextPageLogicalTop()
5354 if (pageBoundaryRule == ExcludePageBoundary) in nextPageLogicalTop()
5390 …ck::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule) const in pageRemainingLogicalHeightForOffset()
5399 if (pageBoundaryRule == IncludePageBoundary) { in pageRemainingLogicalHeightForOffset()
5407 return flowThread->pageRemainingLogicalHeightForOffset(offset, pageBoundaryRule); in pageRemainingLogicalHeightForOffset()