HomeSort by relevance Sort by last modified time
    Searched defs:logicalMaxHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 301 if (!multicolStyle->logicalMaxHeight().isMaxSizeNone()) {
302 LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMaxHeight(), -1);
303 if (logicalMaxHeight != -1 && maxColumnHeight > logicalMaxHeight)
304 maxColumnHeight = logicalMaxHeight;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 474 const Length& logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); }
    [all...]

Completed in 213 milliseconds