Lines Matching refs:WindowDelegateSP
99 typedef std::shared_ptr<WindowDelegate> WindowDelegateSP; typedef
102 typedef std::vector<WindowDelegateSP> WindowDelegates;
825 WindowDelegateSP(help_delegate_up.release())); in CreateHelpSubwindow()
895 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
959 WindowDelegateSP m_delegate_sp;
2560 WindowDelegateSP window_delegate_sp = in StopRunningProcess()
2561 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in StopRunningProcess()
4954 WindowDelegateSP window_delegate_sp = in MenuDelegateAction()
4955 WindowDelegateSP(new FormWindowDelegate(form_delegate_sp)); in MenuDelegateAction()
5101 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in MenuDelegateAction()
5152 WindowDelegateSP(new RegistersWindowDelegate(m_debugger))); in MenuDelegateAction()
6139 WindowDelegateSP(new SourceFileWindowDelegate(m_debugger))); in Activate()
6141 WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger))); in Activate()
6143 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()
6146 WindowDelegateSP(new StatusBarWindowDelegate(m_debugger))); in Activate()