Lines Matching refs:WindowDelegateSP

106 typedef std::shared_ptr<WindowDelegate> WindowDelegateSP;  typedef
109 typedef std::vector<WindowDelegateSP> WindowDelegates;
839 WindowDelegateSP(help_delegate_up.release())); in CreateHelpSubwindow()
909 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
973 WindowDelegateSP m_delegate_sp;
2981 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
2982 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
3560 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
3561 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
6389 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6390 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6440 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6441 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6452 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
6453 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
6599 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in MenuDelegateAction()
6650 WindowDelegateSP(new RegistersWindowDelegate(m_debugger))); in MenuDelegateAction()
6682 breakpoints_window_sp->SetDelegate(WindowDelegateSP( in MenuDelegateAction()
7674 WindowDelegateSP(new SourceFileWindowDelegate(m_debugger))); in Activate()
7676 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in Activate()
7678 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()
7681 WindowDelegateSP(new StatusBarWindowDelegate(m_debugger))); in Activate()