Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp660 void SetBounds(const Rect &bounds) { in SetBounds() function in lldb_private::curses::Window
4425 m_window_sp->SetBounds(content_bounds); in TerminalSizeChanged()
4427 menubar_window_sp->SetBounds(content_bounds.MakeMenuBar()); in TerminalSizeChanged()
4429 status_window_sp->SetBounds(content_bounds.MakeStatusBar()); in TerminalSizeChanged()
4441 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
4455 variables_window_sp->SetBounds(variables_bounds); in TerminalSizeChanged()
4456 registers_window_sp->SetBounds(registers_bounds); in TerminalSizeChanged()
4458 variables_window_sp->SetBounds(variables_registers_bounds); in TerminalSizeChanged()
4460 registers_window_sp->SetBounds(variables_registers_bounds); in TerminalSizeChanged()
4466 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
[all …]