Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalHeight

2560     LayoutUnit maxLogicalHeight = logicalHeight;
2562 maxLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
2563 return std::max(minLogicalHeight, std::min(logicalHeight, maxLogicalHeight));