Searched refs:computeContentLogicalHeight (Results 1 – 5 of 5) sorted by relevance
301 …LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMax… in calculateMaxColumnHeight()
445 …LayoutUnit computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContentHeight) co…
532 …Length(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()… in computeUsedBreadthOfSpecifiedLength()
451 …return child->computeContentLogicalHeight(size, child->logicalHeight() - child->borderAndPaddingLo… in computeMainAxisExtentForChild()
567 …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