Lines Matching refs:NewButton
1625 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()
1630 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1660 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()
1725 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()
1766 m_selection_type = SelectionType::NewButton; in RemoveField()
1770 if (m_selection_type == SelectionType::NewButton) in SelectNext()
1775 m_selection_type = SelectionType::NewButton; in SelectNext()
1807 if (m_selection_type == SelectionType::NewButton) { in SelectPrevious()
1831 case SelectionType::NewButton: in FieldDelegateHandleChar()
1861 if (m_selection_type == SelectionType::NewButton) { in FieldDelegateOnLastOrOnlyElement()
1868 if (m_selection_type == SelectionType::NewButton && in FieldDelegateOnFirstOrOnlyElement()
1882 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectFirstElement()
1891 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectLastElement()