Searched refs:m_maxHeight (Results 1 – 5 of 5) sorted by relevance
41 , m_maxHeight(RenderStyle::initialMaxSize()) in StyleBoxData()56 , m_maxHeight(o.m_maxHeight) in StyleBoxData()72 && m_maxHeight == o.m_maxHeight in operator ==()
53 Length maxHeight() const { return m_maxHeight; } in maxHeight()76 Length m_maxHeight; variable
975 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v); } in setMaxHeight()
171 virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; } in setMaxHeight()271 int m_maxHeight; variable
80 , m_maxHeight(defaultMaxHeight) in PopupListBox()878 if (windowHeight + rowHeight > m_maxHeight) { in layout()