Searched refs:setPageBreak (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnFlowThread.h | 140 virtual void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) OVERRIDE;
|
D | RenderFlowThread.h | 88 virtual void setPageBreak(LayoutUnit /*offset*/, LayoutUnit /*spaceShortage*/) { } in setPageBreak() function
|
D | RenderMultiColumnFlowThread.cpp | 280 void RenderMultiColumnFlowThread::setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) in setPageBreak() function in blink::RenderMultiColumnFlowThread
|
D | RenderBlockFlow.cpp | 736 setPageBreak(result, childLogicalHeight - unsplittableAdjustmentDelta); in adjustBlockChildForPagination() 768 … setPageBreak(result, spaceShortageInLastColumn ? spaceShortageInLastColumn : spaceShortage); in adjustBlockChildForPagination() 773 setPageBreak(result, childLogicalHeight); in adjustBlockChildForPagination() 855 setPageBreak(logicalOffset, lineHeight - remainingLogicalHeight); in adjustLinePositionForPagination() 869 setPageBreak(logicalOffset, lineHeight); in adjustLinePositionForPagination()
|
D | RenderBlock.h | 455 void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage);
|
D | RenderBlock.cpp | 4080 void RenderBlock::setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) in setPageBreak() function in blink::RenderBlock 4083 flowThread->setPageBreak(offsetFromLogicalTopOfFirstPage() + offset, spaceShortage); in setPageBreak()
|