Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3673 : m_delegate_sp(delegate_sp), m_text_field("Search", "", false) { in SearcherWindowDelegate()
3739 content_bounds.HorizontalSplit(m_text_field.FieldDelegateGetHeight(), in DrawContent()
3744 m_text_field.FieldDelegateDraw(text_field_surface, true); in DrawContent()
3777 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()
3803 if (m_text_field.FieldDelegateHandleChar(key) == eKeyHandled) in WindowDelegateHandleChar()
3811 TextFieldDelegate m_text_field; member in curses::SearcherWindowDelegate