Home
last modified time | relevance | path

Searched refs:MinIntrinsic (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/
DLength.h34 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator
162 …bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intr… in isIntrinsicOrAuto()
/external/webkit/WebCore/rendering/
DRenderVideo.cpp147 case MinIntrinsic: in isWidthSpecified()
164 case MinIntrinsic: in isHeightSpecified()
DRenderImage.cpp470 case MinIntrinsic: in isWidthSpecified()
487 case MinIntrinsic: in isHeightSpecified()
DRenderFlexibleBox.cpp1108 else if (child->style()->maxWidth().type() == MinIntrinsic) in allowedChildFlex()
1134 else if (child->style()->minWidth().type() == MinIntrinsic) in allowedChildFlex()
/external/webkit/WebCore/css/
DCSSPrimitiveValue.cpp242 case MinIntrinsic: in CSSPrimitiveValue()
DCSSStyleSelector.cpp3502 l = Length(MinIntrinsic); in applyProperty()
3638 l = Length(MinIntrinsic); in applyProperty()