Home
last modified time | relevance | path

Searched refs:pageRemainingLogicalHeightForOffset (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.h106 …LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule = IncludePageBoundary);
DRenderBlock.h635 …LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule = IncludePageBo…
DRenderBlock.cpp5353 LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(logicalOffset); in nextPageLogicalTop()
5390 LayoutUnit RenderBlock::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pag… in pageRemainingLogicalHeightForOffset() function in WebCore::RenderBlock
5407 return flowThread->pageRemainingLogicalHeightForOffset(offset, pageBoundaryRule); in pageRemainingLogicalHeightForOffset()
5428 …LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(logicalOffset, ExcludePage… in adjustForUnsplittableChild()
5522 …LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(logicalOffset, ExcludePage… in adjustLinePositionForPagination()
DRenderFlowThread.cpp531 LayoutUnit RenderFlowThread::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRul… in pageRemainingLogicalHeightForOffset() function in WebCore::RenderFlowThread
DRenderBlockFlow.cpp578 …LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(result, ExcludePageBoundar… in adjustBlockChildForPagination()