HomeSort by relevance Sort by last modified time
    Searched refs:logicalMaxHeight (Results 1 - 7 of 7) 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;
RenderRegion.cpp 77 return style()->logicalMaxHeight().isUndefined() ? LayoutUnit::max() / 2 : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
RenderBox.cpp 548 if (!styleToUse->logicalMaxHeight().isUndefined()) {
549 LayoutUnit maxH = computeLogicalHeightUsing(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
559 if (!styleToUse->logicalMaxHeight().isUndefined()) {
560 LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
    [all...]
RenderView.cpp 268 || child->style()->logicalMaxHeight().isPercent()
271 || child->style()->logicalMaxHeight().isViewportPercentage()
    [all...]
RenderTable.cpp 492 Length logicalMaxHeightLength = style()->logicalMaxHeight();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 184 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 451 Length logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); }
    [all...]

Completed in 613 milliseconds