Searched refs:MaxContent (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DLengthFunctions.cpp62 case MaxContent:
86 case MaxContent:
113 case MaxContent:
139 case MaxContent:
H A DCSSPrimitiveValue.cpp295 case MaxContent:
347 case MaxContent:
H A DCSSCalculationValue.cpp736 case MaxContent:
H A DStyleResolver.cpp1891 workingLength = Length(MaxContent);
H A DDeprecatedStyleBuilder.cpp380 setValue(styleResolver->style(), Length(MaxContent));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DGridTrackSize.h85 DEPRECATED_DEFINE_STATIC_LOCAL(GridLength, maxContent, (MaxContent));
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.h38 MinContent, MaxContent, FillAvailable, FitContent, enumerator in enum:WebCore::LengthType
318 return type() == MaxContent;
382 return type() == MinContent || type() == MaxContent || type() == FillAvailable || type() == FitContent;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBox.cpp2379 if (logicalWidthLength.type() == MaxContent)
2893 case MaxContent: {
2894 // MinContent/MaxContent don't need the availableLogicalWidth argument.

Completed in 140 milliseconds