Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1713 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()
1718 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1748 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()
1813 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()
1854 m_selection_type = SelectionType::NewButton; in RemoveField()
1858 if (m_selection_type == SelectionType::NewButton) in SelectNext()
1863 m_selection_type = SelectionType::NewButton; in SelectNext()
1895 if (m_selection_type == SelectionType::NewButton) { in SelectPrevious()
1928 m_selection_type = SelectionType::NewButton; in SelectNextInList()
1944 case SelectionType::NewButton: in FieldDelegateHandleChar()
[all …]