Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3631 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
3642 registers_bounds.size.width = source_bounds.size.width; in MenuDelegateAction()
3647 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
3648 source_bounds.size.height + in MenuDelegateAction()
3665 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect, in MenuDelegateAction()
3683 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction() local
3697 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
3698 source_bounds.size.height + in MenuDelegateAction()
3716 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect, in MenuDelegateAction()
4592 Rect source_bounds; in Activate() local
[all …]