Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3219 WindowSP source_window_sp = m_window_sp->FindSubWindow("Source"); in TerminalSizeChanged() local
3254 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
5057 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
5060 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
5076 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
5096 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
5112 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
5126 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
5147 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
6126 WindowSP source_window_sp( in Activate() local
[all …]