Lines Matching refs:m_num_rows
4848 m_num_rows = 0; in WindowDelegateDraw()
4849 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()
4856 if (m_first_visible_row > 0 && m_num_rows < num_visible_rows) in WindowDelegateDraw()
4916 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()
4917 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()
4937 if (m_selected_row_idx + 1 < m_num_rows) { in WindowDelegateHandleChar()
4990 int m_num_rows = 0; member in TreeWindowDelegate
5527 m_num_rows = 0; in SetValues()
5534 m_num_rows = 0; in WindowDelegateDraw()
5645 if (m_num_rows > static_cast<size_t>(m_max_y)) { in WindowDelegateHandleChar()
5646 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()
5659 if (m_selected_row_idx + 1 < m_num_rows) in WindowDelegateHandleChar()
5704 uint32_t m_num_rows = 0; member in ValueObjectListDelegate
5807 row.row_idx = m_num_rows; in DisplayRows()
5808 if ((m_num_rows >= m_first_visible_row) && in DisplayRows()
5809 ((m_num_rows - m_first_visible_row) < in DisplayRows()
5812 row.y = m_num_rows - m_first_visible_row + 1; in DisplayRows()
5815 m_num_rows == m_selected_row_idx, in DisplayRows()
5817 ++m_num_rows; in DisplayRows()
5825 ++m_num_rows; in DisplayRows()