Lines Matching refs:WindowDelegateSP

105 typedef std::shared_ptr<WindowDelegate> WindowDelegateSP;  typedef
108 typedef std::vector<WindowDelegateSP> WindowDelegates;
837 WindowDelegateSP(help_delegate_up.release())); in CreateHelpSubwindow()
907 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
971 WindowDelegateSP m_delegate_sp;
2979 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
2980 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
3558 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
3559 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
6387 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6388 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6438 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6439 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6450 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6451 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6597 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in MenuDelegateAction()
6648 WindowDelegateSP(new RegistersWindowDelegate(m_debugger))); in MenuDelegateAction()
6680 breakpoints_window_sp->SetDelegate(WindowDelegateSP( in MenuDelegateAction()
7670 WindowDelegateSP(new SourceFileWindowDelegate(m_debugger))); in Activate()
7672 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in Activate()
7674 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()
7677 WindowDelegateSP(new StatusBarWindowDelegate(m_debugger))); in Activate()