Home | History | Annotate | Download | only in rendering

Lines Matching refs:isIntrinsicOrAuto

2028     if (!logicalWidth.isIntrinsicOrAuto()) {
2970 bool logicalWidthIsAuto = logicalWidth.isIntrinsicOrAuto();
4193 return !style()->logicalHeight().isIntrinsicOrAuto()
4194 || (!style()->logicalMaxHeight().isIntrinsicOrAuto() && !style()->logicalMaxHeight().isMaxSizeNone() && (!style()->logicalMaxHeight().isPercent() || percentageLogicalHeightIsResolvable(this)))
4195 || (!style()->logicalMinHeight().isIntrinsicOrAuto() && style()->logicalMinHeight().isPositive() && (!style()->logicalMinHeight().isPercent() || percentageLogicalHeightIsResolvable(this)));