Searched refs:maxLogicalHeight (Results 1 – 6 of 6) sorted by relevance
105 …return styleToUse->logicalMaxHeight().isUndefined() ? RenderFlowThread::maxLogicalHeight() : toRen… in maxPageLogicalHeight()
78 …return style()->logicalMaxHeight().isUndefined() ? RenderFlowThread::maxLogicalHeight() : computeR… in maxPageLogicalHeight()659 ASSERT(newLogicalHeight < RenderFlowThread::maxLogicalHeight()); in updateLogicalHeight()
176 static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; } in maxLogicalHeight() function
903 …LayoutUnit regionLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logic… in updateRegionsFlowThreadPortionRect()
3019 …LayoutUnit maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeR… in computeReplacedLogicalHeightRespectingMinMaxHeight() local3020 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeightRespectingMinMaxHeight()
1441 setLogicalHeight(RenderFlowThread::maxLogicalHeight()); in updateRegionsAndShapesLogicalSize()