Searched refs:setMaxHeight (Results 1 – 8 of 8) sorted by relevance
81 virtual void setMaxHeight(int) = 0;171 virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; } in setMaxHeight() function
141 listBox->setMaxHeight(spaceAbove); in layoutAndCalculateWidgetRectInternal()143 listBox->setMaxHeight(spaceBelow); in layoutAndCalculateWidgetRectInternal()159 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight); in layoutAndCalculateWidgetRect()
44 static void setMaxHeight(optional long maxHeight);
216 static void setMaxHeight(optional long maxHeight);
35 virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; } in setMaxHeight() function in MockPopupContent
390 style->setMaxHeight(animatableValueToLength(value, state, NonNegativeValues)); in applyProperty()
940 …ropertyWrapper<Length>(CSSPropertyMaxHeight, &RenderStyle::maxHeight, &RenderStyle::setMaxHeight)); in ensurePropertyMap()
975 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v); } in setMaxHeight() function