Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp209 int minLogicalWidth = computeReplacedLogicalWidthUsing(style()->logicalMinWidth()); in computeReplacedLogicalWidth()
DRenderBox.cpp1629 logicalWidthLength = style()->logicalMinWidth(); in computeLogicalWidth()
1674 logicalWidth = style()->logicalMinWidth(); in computeLogicalWidthUsing()
1989 int minLogicalWidth = computeReplacedLogicalWidthUsing(style()->logicalMinWidth()); in computeReplacedLogicalWidth()
2341 if (!style()->logicalMinWidth().isZero()) { in computePositionedLogicalWidth()
2347 … computePositionedLogicalWidthUsing(style()->logicalMinWidth(), containerBlock, containerDirection, in computePositionedLogicalWidth()
DRenderImage.cpp500 int minLogicalWidth = computeReplacedLogicalWidthUsing(style()->logicalMinWidth()); in computeReplacedLogicalWidth()
DRenderBlock.cpp4642 if (style()->logicalMinWidth().isFixed() && style()->logicalMinWidth().value() > 0) { in computePreferredLogicalWidths()
4643 …max(m_maxPreferredLogicalWidth, computeContentBoxLogicalWidth(style()->logicalMinWidth().value())); in computePreferredLogicalWidths()
4644 …max(m_minPreferredLogicalWidth, computeContentBoxLogicalWidth(style()->logicalMinWidth().value())); in computePreferredLogicalWidths()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1200 Length RenderStyle::logicalMinWidth() const in logicalMinWidth() function in WebCore::RenderStyle
DRenderStyle.h405 Length logicalMinWidth() const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638429 (WebCore::RenderStyle::logicalMinWidth):
51194 (WebCore::RenderStyle::logicalMinWidth):
51333 (WebCore::RenderStyle::logicalMinWidth):