Lines Matching refs:SetBounds
658 void SetBounds(const Rect &bounds) { in SetBounds() function in curses::Window
4423 m_window_sp->SetBounds(content_bounds); in TerminalSizeChanged()
4425 menubar_window_sp->SetBounds(content_bounds.MakeMenuBar()); in TerminalSizeChanged()
4427 status_window_sp->SetBounds(content_bounds.MakeStatusBar()); in TerminalSizeChanged()
4439 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
4453 variables_window_sp->SetBounds(variables_bounds); in TerminalSizeChanged()
4454 registers_window_sp->SetBounds(registers_bounds); in TerminalSizeChanged()
4456 variables_window_sp->SetBounds(variables_registers_bounds); in TerminalSizeChanged()
4458 registers_window_sp->SetBounds(variables_registers_bounds); in TerminalSizeChanged()
4464 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
6568 registers_window_sp->SetBounds(registers_bounds); in MenuDelegateAction()
6586 registers_window_sp->SetBounds(new_registers_rect); in MenuDelegateAction()
6592 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
6637 variables_window_sp->SetBounds(new_vars_rect); in MenuDelegateAction()
6643 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
6675 threads_window_sp->SetBounds(new_threads_bounds); in MenuDelegateAction()