Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1711 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()
1746 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()
1852 m_selection_type = SelectionType::NewButton; in RemoveField()
1856 if (m_selection_type == SelectionType::NewButton) in SelectNext()
1861 m_selection_type = SelectionType::NewButton; in SelectNext()
1893 if (m_selection_type == SelectionType::NewButton) { in SelectPrevious()
1926 m_selection_type = SelectionType::NewButton; in SelectNextInList()
1942 case SelectionType::NewButton: in FieldDelegateHandleChar()
1970 if (m_selection_type == SelectionType::NewButton) { in FieldDelegateOnLastOrOnlyElement()
1991 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectFirstElement()
[all …]