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