Searched refs:adjustContentBoxLogicalHeightForBoxSizing (Results 1 – 2 of 2) sorted by relevance
1167 LayoutUnit RenderBox::adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const in adjustContentBoxLogicalHeightForBoxSizing() function in WebCore::RenderBox1903 return cb->adjustContentBoxLogicalHeightForBoxSizing(logicalHeightLength.value()); in perpendicularContainingBlockLogicalHeight()2805 …return std::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar)… in computeContentLogicalHeight()2903 …LayoutUnit contentBoxHeight = cb->adjustContentBoxLogicalHeightForBoxSizing(cbstyle->logicalHeight… in computePercentageLogicalHeight()2909 …LayoutUnit contentBoxHeightWithScrollbar = cb->adjustContentBoxLogicalHeightForBoxSizing(heightWit… in computePercentageLogicalHeight()2920 …LayoutUnit contentBoxHeightWithScrollbar = cb->adjustContentBoxLogicalHeightForBoxSizing(heightWit… in computePercentageLogicalHeight()3027 return adjustContentBoxLogicalHeightForBoxSizing(logicalHeight.value()); in computeReplacedLogicalHeightUsing()3045 … LayoutUnit newHeight = block->adjustContentBoxLogicalHeightForBoxSizing(newContentHeight); in computeReplacedLogicalHeightUsing()3046 … return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, newHeight)); in computeReplacedLogicalHeightUsing()3073 … return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, availableHeight)); in computeReplacedLogicalHeightUsing()[all …]
350 LayoutUnit adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const;