Searched defs:maxLogicalHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.h110 static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; } function in class:blink::RenderFlowThread
H A DRenderBox.cpp2560 LayoutUnit maxLogicalHeight = logicalHeight; local
2562 maxLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
2563 return std::max(minLogicalHeight, std::min(logicalHeight, maxLogicalHeight));

Completed in 70 milliseconds