Searched defs:updateMinimumPageHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
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.cpp4086 void RenderBlock::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) function in class:blink::RenderBlock
4089 flowThread->updateMinimumPageHeight(offsetFromLogicalTopOfFirstPage() + offset, minHeight);

Completed in 459 milliseconds