Searched refs:logicalWidthLength (Results 1 – 1 of 1) sorted by relevance
1575 …Length logicalWidthLength = (treatAsReplaced) ? Length(computeReplacedLogicalWidth(), Fixed) : sty… in computeLogicalWidth() local1593 …setLogicalWidth(max(logicalWidthLength.value() + borderAndPaddingLogicalWidth(), minPreferredLogic… in computeLogicalWidth()1611 setLogicalWidth(logicalWidthLength.value() + borderAndPaddingLogicalWidth()); in computeLogicalWidth()1621 logicalWidthLength = style()->logicalMaxWidth(); in computeLogicalWidth()1629 logicalWidthLength = style()->logicalMinWidth(); in computeLogicalWidth()1636 logicalWidthLength = Length(logicalWidth(), Fixed); in computeLogicalWidth()1640 …if (logicalWidthLength.isAuto() || hasPerpendicularContainingBlock || isFloating() || isInline()) { in computeLogicalWidth()