Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderReplaced.cpp218 …deMaxWidth || style()->logicalMaxWidth().isUndefined() ? logicalWidth : computeReplacedLogicalWidt… in computeReplacedLogicalWidth()
H A DRenderImage.cpp482 …deMaxWidth || style()->logicalMaxWidth().isUndefined() ? logicalWidth : computeReplacedLogicalWidt… in computeReplacedLogicalWidth()
H A DRenderBox.cpp1608 if (!style()->logicalMaxWidth().isUndefined()) { in computeLogicalWidth()
1612 logicalWidthLength = style()->logicalMaxWidth(); in computeLogicalWidth()
1651 logicalWidth = style()->logicalMaxWidth(); in computeLogicalWidthUsing()
1678 …Length logicalWidth = (widthType == MaxLogicalWidth) ? style()->logicalMaxWidth() : style()->logic… in sizesToIntrinsicLogicalWidth()
1959 …deMaxWidth || style()->logicalMaxWidth().isUndefined() ? logicalWidth : computeReplacedLogicalWidt… in computeReplacedLogicalWidth()
2275 if (!style()->logicalMaxWidth().isUndefined()) { in computePositionedLogicalWidth()
2281 … computePositionedLogicalWidthUsing(style()->logicalMaxWidth(), containerBlock, containerDirection, in computePositionedLogicalWidth()
H A DRenderBlock.cpp4656 …if (style()->logicalMaxWidth().isFixed() && style()->logicalMaxWidth().value() != undefinedLength)… in computePreferredLogicalWidths()
4657 …min(m_maxPreferredLogicalWidth, computeContentBoxLogicalWidth(style()->logicalMaxWidth().value())); in computePreferredLogicalWidths()
4658 …min(m_minPreferredLogicalWidth, computeContentBoxLogicalWidth(style()->logicalMaxWidth().value())); in computePreferredLogicalWidths()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1206 Length RenderStyle::logicalMaxWidth() const in logicalMaxWidth() function in WebCore::RenderStyle
H A DRenderStyle.h406 Length logicalMaxWidth() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0638430 (WebCore::RenderStyle::logicalMaxWidth):
51195 (WebCore::RenderStyle::logicalMaxWidth):
51334 (WebCore::RenderStyle::logicalMaxWidth):