Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp995 WindowSP CreateSubWindow(const char *name, const Rect &bounds, in CreateSubWindow() function in curses::Window
1161 help_window_sp = parent_window->CreateSubWindow("Help", bounds, true); in CreateHelpSubwindow()
1163 help_window_sp = CreateSubWindow("Help", bounds, true); in CreateHelpSubwindow()
1662 m_menu_window_sp = window.GetParent()->CreateSubWindow( in WindowDelegateHandleChar()
3669 WindowSP new_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction()
3721 main_window_sp->CreateSubWindow("Registers", new_regs_rect, false); in MenuDelegateAction()
4602 main_window_sp->CreateSubWindow("Menubar", menubar_bounds, false); in Activate()
4610 main_window_sp->CreateSubWindow("Source", source_bounds, true)); in Activate()
4612 main_window_sp->CreateSubWindow("Variables", variables_bounds, false)); in Activate()
4614 main_window_sp->CreateSubWindow("Threads", threads_bounds, false)); in Activate()
[all …]