Searched refs:updateMinimumPageHeight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.h141 virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
H A DRenderFlowThread.h89 virtual void updateMinimumPageHeight(LayoutUnit /*offset*/, LayoutUnit /*minHeight*/) { } function in class:blink::RenderFlowThread
H A DRenderMultiColumnFlowThread.cpp293 void RenderMultiColumnFlowThread::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) function in class:blink::RenderMultiColumnFlowThread
H A DRenderBlock.h460 void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight);
H A DRenderBlock.cpp4086 void RenderBlock::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) function in class:blink::RenderBlock
4089 flowThread->updateMinimumPageHeight(offsetFromLogicalTopOfFirstPage() + offset, minHeight);
H A DRenderBlockFlow.cpp828 updateMinimumPageHeight(logicalOffset, calculateMinimumPageHeight(style(), lineBox, logicalOffset, logicalBottom));
883 updateMinimumPageHeight(logicalOffset, childLogicalHeight);

Completed in 814 milliseconds