Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3633 if (variables_window_sp) { in MenuDelegateAction()
3634 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
3636 main_window_sp->RemoveSubWindow(variables_window_sp.get()); in MenuDelegateAction()
3686 if (variables_window_sp) { in MenuDelegateAction()
3687 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
3691 variables_window_sp->Resize(variables_bounds.size.width + in MenuDelegateAction()
3704 if (variables_window_sp) { in MenuDelegateAction()
3708 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
3712 variables_window_sp->SetBounds(new_vars_rect); in MenuDelegateAction()
4611 WindowSP variables_window_sp( in Activate() local
[all …]