Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3672 : m_delegate_sp(delegate_sp), m_text_field("Search", "", false) { in SearcherWindowDelegate()
3738 content_bounds.HorizontalSplit(m_text_field.FieldDelegateGetHeight(), in DrawContent()
3743 m_text_field.FieldDelegateDraw(text_field_surface, true); in DrawContent()
3776 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()
3802 if (m_text_field.FieldDelegateHandleChar(key) == eKeyHandled) in WindowDelegateHandleChar()
3810 TextFieldDelegate m_text_field; member in curses::SearcherWindowDelegate