Lines Matching refs:source_bounds
4443 Rect source_bounds; in TerminalSizeChanged() local
4446 0.70, source_bounds, variables_registers_bounds); in TerminalSizeChanged()
4461 source_bounds = source_variables_bounds; in TerminalSizeChanged()
4464 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
6556 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
6567 registers_bounds.size.width = source_bounds.size.width; in MenuDelegateAction()
6572 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6573 source_bounds.size.height + in MenuDelegateAction()
6590 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect, in MenuDelegateAction()
6608 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
6622 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6623 source_bounds.size.height + in MenuDelegateAction()
6641 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect, in MenuDelegateAction()
7640 Rect source_bounds; in Activate() local
7646 source_variables_bounds.HorizontalSplitPercentage(0.70, source_bounds, in Activate()
7658 main_window_sp->CreateSubWindow("Source", source_bounds, true)); in Activate()