Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxH

1852             int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(style()->logicalMaxHeight());
1853 if (maxH == -1)
1854 maxH = heightResult;
1855 heightResult = min(maxH, heightResult);