Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4445 Rect source_bounds; in TerminalSizeChanged() local
4448 0.70, source_bounds, variables_registers_bounds); in TerminalSizeChanged()
4463 source_bounds = source_variables_bounds; in TerminalSizeChanged()
4466 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
6558 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
6574 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6575 source_bounds.size.height + in MenuDelegateAction()
6610 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
6624 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6625 source_bounds.size.height + in MenuDelegateAction()
[all …]