Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp834 class HelpDialogDelegate : public WindowDelegate { class
836 HelpDialogDelegate(const char *text, KeyHelp *key_help_array);
838 ~HelpDialogDelegate() override;
1131 std::unique_ptr<HelpDialogDelegate> help_delegate_ap( in CreateHelpSubwindow()
1132 new HelpDialogDelegate(text, key_help)); in CreateHelpSubwindow()
3315 HelpDialogDelegate::HelpDialogDelegate(const char *text, in HelpDialogDelegate() function in HelpDialogDelegate
3332 HelpDialogDelegate::~HelpDialogDelegate() = default;
3334 bool HelpDialogDelegate::WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
3358 HandleCharResult HelpDialogDelegate::WindowDelegateHandleChar(Window &window, in WindowDelegateHandleChar()