HomeSort by relevance Sort by last modified time
    Searched refs:maxLogicalHeight (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderReplaced.cpp 226 int maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
228 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight));
RenderImage.cpp 531 int maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
534 logicalHeight = max(minLogicalHeight, min(logicalHeight, maxLogicalHeight));
553 return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight));
RenderBox.cpp     [all...]

Completed in 61 milliseconds