Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3628 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
3631 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
3647 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
3667 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
3680 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
3683 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
3697 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
3718 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
4609 WindowSP source_window_sp( in Activate() local
4621 source_window_sp->SetDelegate( in Activate()