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.cpp4431 WindowSP source_window_sp = m_window_sp->FindSubWindow("Source"); in TerminalSizeChanged() local
4466 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
6578 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
6581 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
6597 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6617 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
6630 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local
6633 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
6647 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
6668 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
[all …]