Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp622 …return max(logicalHeight, computeLogicalHeightUsing(styleToUse->logicalMinHeight(), intrinsicConte… in constrainLogicalHeightByMinMax()
633 …return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicCon… in constrainContentBoxLogicalHeightByMinMax()
3018 LayoutUnit minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeightRespectingMinMaxHeight()
3765 if (!styleToUse->logicalMinHeight().isZero() || styleToUse->logicalMinHeight().isIntrinsic()) { in computePositionedLogicalHeight()
3768 …computePositionedLogicalHeightUsing(styleToUse->logicalMinHeight(), containerBlock, containerLogic… in computePositionedLogicalHeight()
4625 …|| (!style()->logicalMinHeight().isIntrinsicOrAuto() && style()->logicalMinHeight().isPositive() &… in hasUnsplittableScrollingOverflow()
4894 || style()->logicalMinHeight().isPercent() in hasRelativeLogicalHeight()
4897 || style()->logicalMinHeight().isViewportPercentage() in hasRelativeLogicalHeight()
DRenderView.cpp322 || child->style()->logicalMinHeight().isPercent() in layout()
325 || child->style()->logicalMinHeight().isViewportPercentage() in layout()
DRenderTable.cpp510 Length logicalMinHeightLength = style()->logicalMinHeight(); in layout()
DRenderBlock.cpp1165 || style()->logicalMinHeight().isPositive() in isSelfCollapsingBlock()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h471 Length logicalMinHeight() const { return isHorizontalWritingMode() ? minHeight() : minWidth(); } in logicalMinHeight() function