Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4430 WindowSP source_window_sp = m_window_sp->FindSubWindow("Source"); in TerminalSizeChanged() local
4465 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
6576 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
6579 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
6595 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6615 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
6628 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
6631 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
6645 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6666 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
[all …]