Searched refs:m_max_y (Results 1 – 1 of 1) sorted by relevance
3607 m_min_x(0), m_min_y(0), m_max_x(0), m_max_y(0) {} in TreeWindowDelegate()3609 int NumVisibleRows() const { return m_max_y - m_min_y; } in NumVisibleRows()3630 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()3694 if (m_first_visible_row > m_max_y) in WindowDelegateHandleChar()3695 m_first_visible_row -= m_max_y; in WindowDelegateHandleChar()3708 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()3709 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()3710 m_first_visible_row += m_max_y; in WindowDelegateHandleChar()3788 int m_max_y; member in TreeWindowDelegate4052 m_first_visible_row(0), m_num_rows(0), m_max_x(0), m_max_y(0) { in ValueObjectListDelegate()[all …]