Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp234 …calHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeig… in computeReplacedLogicalHeight()
DRenderImage.cpp531 …calHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeig… in computeReplacedLogicalHeight()
DRenderBox.cpp219 ….isPercent() || style()->logicalMinHeight().isPercent() || style()->logicalMaxHeight().isPercent()… in destroy()
303 …sPercent() || oldStyle->logicalMinHeight().isPercent() || oldStyle->logicalMaxHeight().isPercent()… in styleDidChange()
1852 …int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(st… in computeLogicalHeight()
2030 …calHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeig… in computeReplacedLogicalHeight()
2647 if (!style()->logicalMaxHeight().isUndefined()) { in computePositionedLogicalHeight()
2653 …computePositionedLogicalHeightUsing(style()->logicalMaxHeight(), containerBlock, containerLogicalH… in computePositionedLogicalHeight()
DRenderWidget.cpp143 ….isPercent() || style()->logicalMinHeight().isPercent() || style()->logicalMaxHeight().isPercent()… in destroy()
DRenderView.cpp122 …| child->style()->logicalMinHeight().isPercent() || child->style()->logicalMaxHeight().isPercent()) in layout()
DRenderBlock.cpp1950 …| child->style()->logicalMinHeight().isPercent() || child->style()->logicalMaxHeight().isPercent()… in layoutBlockChildren()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1221 Length RenderStyle::logicalMaxHeight() const in logicalMaxHeight() function in WebCore::RenderStyle
DRenderStyle.h408 Length logicalMaxHeight() const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638432 (WebCore::RenderStyle::logicalMaxHeight):
51197 (WebCore::RenderStyle::logicalMaxHeight):
51336 (WebCore::RenderStyle::logicalMaxHeight):