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 300 if (!multicolStyle->logicalMaxHeight().isUndefined()) {
301 LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMaxHeight(), -1);
302 if (logicalMaxHeight != -1 && maxColumnHeight > logicalMaxHeight)
303 maxColumnHeight = logicalMaxHeight;
RenderBox.cpp 555 if (!styleToUse->logicalMaxHeight().isUndefined()) {
556 LayoutUnit maxH = computeLogicalHeightUsing(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
566 if (!styleToUse->logicalMaxHeight().isUndefined()) {
567 LayoutUnit maxH = computeContentLogicalHeight(styleToUse->logicalMaxHeight(), intrinsicContentHeight);
    [all...]
RenderView.cpp 245 || child->style()->logicalMaxHeight().isPercent())
    [all...]
RenderTable.cpp 501 Length logicalMaxHeightLength = style()->logicalMaxHeight();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 155 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 490 const Length& logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); }
    [all...]

Completed in 319 milliseconds