Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1575 …Length logicalWidthLength = (treatAsReplaced) ? Length(computeReplacedLogicalWidth(), Fixed) : sty… in computeLogicalWidth() local
1593 …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()