adjustContentBoxLogicalHeightForBoxSizing 1808 Source/core/rendering/RenderBox.cpp     return cb->adjustContentBoxLogicalHeightForBoxSizing(logicalHeightLength.value());
adjustContentBoxLogicalHeightForBoxSizing 2624 Source/core/rendering/RenderBox.cpp     return std::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight());
adjustContentBoxLogicalHeightForBoxSizing 2725 Source/core/rendering/RenderBox.cpp         LayoutUnit contentBoxHeight = cb->adjustContentBoxLogicalHeightForBoxSizing(cbstyle->logicalHeight().value());
adjustContentBoxLogicalHeightForBoxSizing 2731 Source/core/rendering/RenderBox.cpp             LayoutUnit contentBoxHeightWithScrollbar = cb->adjustContentBoxLogicalHeightForBoxSizing(heightWithScrollbar);
adjustContentBoxLogicalHeightForBoxSizing 2836 Source/core/rendering/RenderBox.cpp             return adjustContentBoxLogicalHeightForBoxSizing(logicalHeight.value());
adjustContentBoxLogicalHeightForBoxSizing 2854 Source/core/rendering/RenderBox.cpp                 LayoutUnit newHeight = block->adjustContentBoxLogicalHeightForBoxSizing(newContentHeight);
adjustContentBoxLogicalHeightForBoxSizing 2855 Source/core/rendering/RenderBox.cpp                 return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, newHeight));
adjustContentBoxLogicalHeightForBoxSizing 2882 Source/core/rendering/RenderBox.cpp             return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, availableHeight));
adjustContentBoxLogicalHeightForBoxSizing 2888 Source/core/rendering/RenderBox.cpp             return adjustContentBoxLogicalHeightForBoxSizing(computeIntrinsicLogicalContentHeightUsing(logicalHeight, intrinsicLogicalHeight(), borderAndPaddingHeight()));
adjustContentBoxLogicalHeightForBoxSizing 2916 Source/core/rendering/RenderBox.cpp         return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(h, availableHeight));
adjustContentBoxLogicalHeightForBoxSizing 2921 Source/core/rendering/RenderBox.cpp         return std::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight());
adjustContentBoxLogicalHeightForBoxSizing 2930 Source/core/rendering/RenderBox.cpp         return adjustContentBoxLogicalHeightForBoxSizing(newContentHeight);
adjustContentBoxLogicalHeightForBoxSizing 3574 Source/core/rendering/RenderBox.cpp             resolvedLogicalHeight = adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeightLength, containerLogicalHeight));
adjustContentBoxLogicalHeightForBoxSizing  374 Source/core/rendering/RenderBox.h     LayoutUnit adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const;