Lines Matching refs:WindowDelegateSP

105 typedef std::shared_ptr<WindowDelegate> WindowDelegateSP;  typedef
108 typedef std::vector<WindowDelegateSP> WindowDelegates;
838 WindowDelegateSP(help_delegate_up.release())); in CreateHelpSubwindow()
908 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
972 WindowDelegateSP m_delegate_sp;
2980 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
2981 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
3559 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
3560 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
6409 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6410 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6461 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6462 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6473 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6474 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6620 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in MenuDelegateAction()
6671 WindowDelegateSP(new RegistersWindowDelegate(m_debugger))); in MenuDelegateAction()
6703 breakpoints_window_sp->SetDelegate(WindowDelegateSP( in MenuDelegateAction()
7698 WindowDelegateSP(new SourceFileWindowDelegate(m_debugger))); in Activate()
7700 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in Activate()
7702 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()
7705 WindowDelegateSP(new StatusBarWindowDelegate(m_debugger))); in Activate()