Home
last modified time | relevance | path

Searched refs:maxLogicalHeight (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderNamedFlowFragment.cpp105 …return styleToUse->logicalMaxHeight().isUndefined() ? RenderFlowThread::maxLogicalHeight() : toRen… in maxPageLogicalHeight()
DRenderRegion.cpp78 …return style()->logicalMaxHeight().isUndefined() ? RenderFlowThread::maxLogicalHeight() : computeR… in maxPageLogicalHeight()
659 ASSERT(newLogicalHeight < RenderFlowThread::maxLogicalHeight()); in updateLogicalHeight()
DRenderFlowThread.h176 static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; } in maxLogicalHeight() function
DRenderFlowThread.cpp903 …LayoutUnit regionLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logic… in updateRegionsFlowThreadPortionRect()
DRenderBox.cpp3019 …LayoutUnit maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeR… in computeReplacedLogicalHeightRespectingMinMaxHeight() local
3020 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeightRespectingMinMaxHeight()
DRenderBlock.cpp1441 setLogicalHeight(RenderFlowThread::maxLogicalHeight()); in updateRegionsAndShapesLogicalSize()