Searched refs:MinIntrinsic (Results 1 – 6 of 6) sorted by relevance
34 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator162 …bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intr… in isIntrinsicOrAuto()
147 case MinIntrinsic: in isWidthSpecified()164 case MinIntrinsic: in isHeightSpecified()
470 case MinIntrinsic: in isWidthSpecified()487 case MinIntrinsic: in isHeightSpecified()
1108 else if (child->style()->maxWidth().type() == MinIntrinsic) in allowedChildFlex()1134 else if (child->style()->minWidth().type() == MinIntrinsic) in allowedChildFlex()
242 case MinIntrinsic: in CSSPrimitiveValue()
3502 l = Length(MinIntrinsic); in applyProperty()3638 l = Length(MinIntrinsic); in applyProperty()