Home | History | Annotate | Download | only in rendering

Lines Matching refs:isMaxSizeNone

526     if (!styleToUse->logicalMaxWidth().isMaxSizeNone())
534 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
545 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
2479 LayoutUnit minLogicalWidth = (shouldComputePreferred == ComputePreferred && style()->logicalMinWidth().isPercent()) || style()->logicalMinWidth().isMaxSizeNone() ? logicalWidth : computeReplacedLogicalWidthUsing(style()->logicalMinWidth());
2480 LayoutUnit maxLogicalWidth = (shouldComputePreferred == ComputePreferred && style()->logicalMaxWidth().isPercent()) || style()->logicalMaxWidth().isMaxSizeNone() ? logicalWidth : computeReplacedLogicalWidthUsing(style()->logicalMaxWidth());
2897 if (!style()->logicalMaxWidth().isMaxSizeNone()) {
3209 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
4194 || (!style()->logicalMaxHeight().isIntrinsicOrAuto() && !style()->logicalMaxHeight().isMaxSizeNone() && (!style()->logicalMaxHeight().isPercent() || percentageLogicalHeightIsResolvable(this)))