Home | History | Annotate | Download | only in chromium

Lines Matching defs:m_maxHeight

146     void setMaxHeight(int maxHeight) { m_maxHeight = maxHeight; }
163 , m_maxHeight(kMaxHeight)
250 int m_maxHeight;
1320 if (windowHeight + rowHeight > m_maxHeight) {