Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalHeight

2025     int maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
2027 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight));
2643 int maxLogicalHeight;
2650 maxLogicalHeight, maxMarginBefore, maxMarginAfter, maxLogicalTopPos);
2652 if (logicalHeightResult > maxLogicalHeight) {
2653 logicalHeightResult = maxLogicalHeight;