Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderImage.cpp530 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight() local
534 logicalHeight = max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeight()
553 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeight()
DRenderReplaced.cpp225 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight() local
228 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeight()
DRenderBox.cpp2017 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight() local
2020 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight)); in computeReplacedLogicalHeight()
2655 int minLogicalHeight; in computePositionedLogicalHeight() local
2662minLogicalHeight, minMarginBefore, minMarginAfter, minLogicalTopPos); in computePositionedLogicalHeight()
2664 if (logicalHeightResult < minLogicalHeight) { in computePositionedLogicalHeight()
2665 logicalHeightResult = minLogicalHeight; in computePositionedLogicalHeight()