Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalMaxHeight

534     if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
535 LayoutUnit maxH = computeLogicalHeightUsing(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
545 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
546 LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
2535 Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeight();
2562 maxLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
3209 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
3212 computePositionedLogicalHeightUsing(styleToUse->logicalMaxHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding, logicalHeight,
4194 || (!style()->logicalMaxHeight().isIntrinsicOrAuto() && !style()->logicalMaxHeight().isMaxSizeNone() && (!style()->logicalMaxHeight().isPercent() || percentageLogicalHeightIsResolvable(this)))
4448 || style()->logicalMaxHeight().isPercent();