Searched refs:minLogicalHeight (Results 1 – 1 of 1) sorted by relevance
3018 LayoutUnit minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeightRespectingMinMaxHeight() local3020 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeightRespectingMinMaxHeight()