Home | History | Annotate | Download | only in rendering

Lines Matching refs:preferredWidth

1955         LayoutUnit preferredWidth = computeLogicalWidthUsing(MainOrPreferredSize, styleToUse->logicalWidth(), containerWidthInInlineDirection, cb);
1956 computedValues.m_extent = constrainLogicalWidthByMinMax(preferredWidth, containerWidthInInlineDirection, cb);
2948 LayoutUnit preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding;
2951 computedValues.m_extent = std::min(std::max(preferredMinWidth, availableWidth), preferredWidth);
3086 LayoutUnit preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding;
3089 computedValues.m_extent = std::min(std::max(preferredMinWidth, availableWidth), preferredWidth);