Searched defs:setMaxHeight (Results 1 – 3 of 3) sorted by relevance
171 virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; } in setMaxHeight() function
35 virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; } in setMaxHeight() function in MockPopupContent
975 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v); } in setMaxHeight() function