Home
last modified time | relevance | path

Searched refs:m_can_activate (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp344 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
350 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
359 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
752 if (!subwindow_sp->m_can_activate) { in HandleChar()
789 bool GetCanBeActive() const { return m_can_activate; } in GetCanBeActive()
791 void SetCanBeActive(bool b) { m_can_activate = b; } in SetCanBeActive()
863 bool m_can_activate; member in curses::Window