Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4450 Rect variables_bounds; in TerminalSizeChanged() local
4453 0.50, variables_bounds, registers_bounds); in TerminalSizeChanged()
4454 variables_window_sp->SetBounds(variables_bounds); in TerminalSizeChanged()
6582 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction() local
6589 Rect registers_bounds = variables_bounds; in MenuDelegateAction()
6597 variables_bounds.size.height); in MenuDelegateAction()
6605 const Rect variables_bounds = registers_window_sp->GetBounds(); in MenuDelegateAction() local
6607 variables_bounds.VerticalSplitPercentage(0.50, new_variables_rect, in MenuDelegateAction()
6635 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction() local
6639 variables_window_sp->Resize(variables_bounds.size.width + in MenuDelegateAction()
[all …]