Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp560 WindowSP CreateSubWindow(const char *name, const Rect &bounds, in CreateSubWindow() function in curses::Window
719 help_window_sp = parent_window->CreateSubWindow("Help", bounds, true); in CreateHelpSubwindow()
721 help_window_sp = CreateSubWindow("Help", bounds, true); in CreateHelpSubwindow()
1202 m_menu_window_sp = window.GetParent()->CreateSubWindow( in WindowDelegateHandleChar()
3263 WindowSP new_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction()
3315 main_window_sp->CreateSubWindow("Registers", new_regs_rect, false); in MenuDelegateAction()
4284 main_window_sp->CreateSubWindow("Menubar", menubar_bounds, false); in Activate()
4292 main_window_sp->CreateSubWindow("Source", source_bounds, true)); in Activate()
4294 main_window_sp->CreateSubWindow("Variables", variables_bounds, false)); in Activate()
4296 main_window_sp->CreateSubWindow("Threads", threads_bounds, false)); in Activate()
[all …]