Searched refs:logicalWidthLength (Results 1 – 2 of 2) sorted by relevance
2203 …Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : style… in computeLogicalWidth() local2214 …computedValues.m_extent = max<LayoutUnit>(floatValueForLength(logicalWidthLength, 0) + borderAndPa… in computeLogicalWidth()2220 computedValues.m_extent = logicalWidthLength.value() + borderAndPaddingLogicalWidth(); in computeLogicalWidth()2271 LayoutUnit RenderBox::computeIntrinsicLogicalWidthUsing(const Length& logicalWidthLength, LayoutUni… in computeIntrinsicLogicalWidthUsing() argument2273 if (logicalWidthLength.type() == FillAvailable) in computeIntrinsicLogicalWidthUsing()2280 if (logicalWidthLength.type() == MinContent) in computeIntrinsicLogicalWidthUsing()2283 if (logicalWidthLength.type() == MaxContent) in computeIntrinsicLogicalWidthUsing()2286 if (logicalWidthLength.type() == FitContent) { in computeIntrinsicLogicalWidthUsing()
650 …LayoutUnit computeIntrinsicLogicalWidthUsing(const Length& logicalWidthLength, LayoutUnit availabl…