Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1461 Rect variables_bounds; in TerminalSizeChanged() local
1464 0.50, variables_bounds, registers_bounds); in TerminalSizeChanged()
1465 variables_window_sp->SetBounds(variables_bounds); in TerminalSizeChanged()
3228 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction() local
3235 Rect registers_bounds = variables_bounds; in MenuDelegateAction()
3243 variables_bounds.size.height); in MenuDelegateAction()
3251 const Rect variables_bounds = registers_window_sp->GetBounds(); in MenuDelegateAction() local
3253 variables_bounds.VerticalSplitPercentage(0.50, new_variables_rect, in MenuDelegateAction()
3281 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction() local
3285 variables_window_sp->Resize(variables_bounds.size.width + in MenuDelegateAction()
[all …]