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 177 if (!multicolStyle->logicalMaxHeight().isUndefined()) {
178 LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMaxHeight(), -1);
179 if (m_maxColumnHeight > logicalMaxHeight)
180 m_maxColumnHeight = logicalMaxHeight;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 451 Length logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); }
    [all...]

Completed in 28 milliseconds