Searched refs:logicalMaxHeight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp301 if (!multicolStyle->logicalMaxHeight().isMaxSizeNone()) {
302 LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMaxHeight(), -1); local
303 if (logicalMaxHeight != -1 && maxColumnHeight > logicalMaxHeight)
304 maxColumnHeight = logicalMaxHeight;
H A DRenderBox.cpp534 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
535 LayoutUnit maxH = computeLogicalHeightUsing(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
545 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
546 LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
2535 Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeight();
2562 maxLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
3209 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
3212 computePositionedLogicalHeightUsing(styleToUse->logicalMaxHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding, logicalHeight,
4194 || (!style()->logicalMaxHeight().isIntrinsicOrAuto() && !style()->logicalMaxHeight()
[all...]
H A DRenderView.cpp211 || child->style()->logicalMaxHeight().isPercent())
H A DRenderTable.cpp492 Length logicalMaxHeightLength = style()->logicalMaxHeight();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp158 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h474 const Length& logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); } function in class:blink::RenderStyle

Completed in 1763 milliseconds