Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1455 Rect source_bounds; in TerminalSizeChanged() local
1458 0.70, source_bounds, variables_registers_bounds); in TerminalSizeChanged()
1473 source_bounds = source_variables_bounds; in TerminalSizeChanged()
1476 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
3225 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
3236 registers_bounds.size.width = source_bounds.size.width; in MenuDelegateAction()
3241 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
3242 source_bounds.size.height + in MenuDelegateAction()
3259 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect, in MenuDelegateAction()
3277 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
[all …]