Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp319 class HelpDialogDelegate : public WindowDelegate { class
321 HelpDialogDelegate(const char *text, KeyHelp *key_help_array);
323 ~HelpDialogDelegate() override;
689 std::unique_ptr<HelpDialogDelegate> help_delegate_up( in CreateHelpSubwindow()
690 new HelpDialogDelegate(text, key_help)); in CreateHelpSubwindow()
2901 HelpDialogDelegate::HelpDialogDelegate(const char *text, in HelpDialogDelegate() function in HelpDialogDelegate
2918 HelpDialogDelegate::~HelpDialogDelegate() = default;
2920 bool HelpDialogDelegate::WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
2944 HandleCharResult HelpDialogDelegate::WindowDelegateHandleChar(Window &window, in WindowDelegateHandleChar()