constrainLogicalHeightByMinMax 2566 Source/core/rendering/RenderBox.cpp             heightResult = constrainLogicalHeightByMinMax(heightResult, computedValues.m_extent - borderAndPaddingLogicalHeight());
constrainLogicalHeightByMinMax 2896 Source/core/rendering/RenderBox.cpp     return constrainLogicalHeightByMinMax(availableLogicalHeightUsing(style()->logicalHeight(), heightType), -1);
constrainLogicalHeightByMinMax  116 Source/core/rendering/RenderBox.h     LayoutUnit constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const;
constrainLogicalHeightByMinMax 1353 Source/core/rendering/RenderFlexibleBox.cpp             LayoutUnit desiredLogicalHeight = child->constrainLogicalHeightByMinMax(stretchedLogicalHeight, child->logicalHeight() - child->borderAndPaddingLogicalHeight());