Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp4504 WindowSP variables_window_sp = main_window_sp->FindSubWindow("Variables"); in MenuDelegateAction() local
4508 if (variables_window_sp) in MenuDelegateAction()
4510 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
4512 main_window_sp->RemoveSubWindow(variables_window_sp.get()); in MenuDelegateAction()
4562 WindowSP variables_window_sp = main_window_sp->FindSubWindow("Variables"); in MenuDelegateAction() local
4568 if (variables_window_sp) in MenuDelegateAction()
4570 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
4573variables_window_sp->Resize (variables_bounds.size.width + registers_window_sp->GetWidth(), in MenuDelegateAction()
4588 if (variables_window_sp) in MenuDelegateAction()
4593 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
[all …]