Home
last modified time | relevance | path

Searched refs:minLogicalHeight (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2803 LayoutUnit minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeightRespectingMinMaxHeight() local
2805 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeightRespectingMinMaxHeight()