Searched refs:computeContentLogicalHeight (Results 1 – 5 of 5) sorted by relevance
176 …m_maxColumnHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalHeight(), -1); in prepareForLayout()178 …LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMax… in prepareForLayout()
428 …LayoutUnit computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContentHeight) co…
431 …Length(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()… in computeUsedBreadthOfSpecifiedLength()
440 …return child->computeContentLogicalHeight(size, child->logicalHeight() - child->borderAndPaddingLo… in computeMainAxisExtentForChild()
629 …LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeig… in constrainContentBoxLogicalHeightByMinMax()633 …return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicCon… in constrainContentBoxLogicalHeightByMinMax()2800 LayoutUnit RenderBox::computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContent… in computeContentLogicalHeight() function in WebCore::RenderBox