HomeSort by relevance Sort by last modified time
    Searched refs:logicalMaxHeight (Results 1 - 6 of 6) 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;
RenderBox.cpp 534 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
535 LayoutUnit maxH = computeLogicalHeightUsing(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
545 if (!styleToUse->logicalMaxHeight().isMaxSizeNone()) {
546 LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
    [all...]
RenderView.cpp 211 || child->style()->logicalMaxHeight().isPercent())
    [all...]
RenderTable.cpp 492 Length logicalMaxHeightLength = style()->logicalMaxHeight();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 158 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 474 const Length& logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); }
    [all...]

Completed in 155 milliseconds