Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp301 …LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMax… in calculateMaxColumnHeight()
DRenderBox.h445 …LayoutUnit computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContentHeight) co…
DRenderGrid.cpp532 …Length(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()… in computeUsedBreadthOfSpecifiedLength()
DRenderFlexibleBox.cpp451 …return child->computeContentLogicalHeight(size, child->logicalHeight() - child->borderAndPaddingLo… in computeMainAxisExtentForChild()
DRenderBox.cpp567 …LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeig… in constrainContentBoxLogicalHeightByMinMax()
571 …return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicCon… in constrainContentBoxLogicalHeightByMinMax()
2595 LayoutUnit RenderBox::computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContent… in computeContentLogicalHeight() function in WebCore::RenderBox