Home | History | Annotate | Download | only in rendering

Lines Matching refs:minHeight

633         int minHeight = height() + toAdd;
699 if (height() < minHeight)
700 setHeight(minHeight);
1007 if (child->style()->minHeight().isFixed()) {
1008 int minHeight = child->style()->minHeight().value();
1010 int allowedShrinkage = min(0, minHeight - height);