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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp301 if (!multicolStyle->logicalMaxHeight().isMaxSizeNone()) {
302 LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMaxHeight(), -1); local
303 if (logicalMaxHeight != -1 && maxColumnHeight > logicalMaxHeight)
304 maxColumnHeight = logicalMaxHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h474 const Length& logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); } function in class:blink::RenderStyle

Completed in 1176 milliseconds