Lines Matching refs:SetBounds
646 void SetBounds(const Rect &bounds) { in SetBounds() function in curses::Window
3213 m_window_sp->SetBounds(content_bounds); in TerminalSizeChanged()
3215 menubar_window_sp->SetBounds(content_bounds.MakeMenuBar()); in TerminalSizeChanged()
3217 status_window_sp->SetBounds(content_bounds.MakeStatusBar()); in TerminalSizeChanged()
3229 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
3243 variables_window_sp->SetBounds(variables_bounds); in TerminalSizeChanged()
3244 registers_window_sp->SetBounds(registers_bounds); in TerminalSizeChanged()
3246 variables_window_sp->SetBounds(variables_registers_bounds); in TerminalSizeChanged()
3248 registers_window_sp->SetBounds(variables_registers_bounds); in TerminalSizeChanged()
3254 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
5072 registers_window_sp->SetBounds(registers_bounds); in MenuDelegateAction()
5090 registers_window_sp->SetBounds(new_registers_rect); in MenuDelegateAction()
5096 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
5141 variables_window_sp->SetBounds(new_vars_rect); in MenuDelegateAction()
5147 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()