DesktopSession 202 remoting/host/daemon_process.cc scoped_ptr<DesktopSession> session = DoCreateDesktopSession( DesktopSession 34 remoting/host/daemon_process.h class DesktopSession; DesktopSession 47 remoting/host/daemon_process.h typedef std::list<DesktopSession*> DesktopSessionList; DesktopSession 130 remoting/host/daemon_process.h virtual scoped_ptr<DesktopSession> DoCreateDesktopSession( DesktopSession 40 remoting/host/daemon_process_unittest.cc class FakeDesktopSession : public DesktopSession { DesktopSession 60 remoting/host/daemon_process_unittest.cc virtual scoped_ptr<DesktopSession> DoCreateDesktopSession( DesktopSession 74 remoting/host/daemon_process_unittest.cc MOCK_METHOD1(DoCreateDesktopSessionPtr, DesktopSession*(int)); DesktopSession 83 remoting/host/daemon_process_unittest.cc : DesktopSession(daemon_process, id) { DesktopSession 99 remoting/host/daemon_process_unittest.cc scoped_ptr<DesktopSession> MockDaemonProcess::DoCreateDesktopSession( DesktopSession 103 remoting/host/daemon_process_unittest.cc return scoped_ptr<DesktopSession>(DoCreateDesktopSessionPtr(terminal_id)); DesktopSession 131 remoting/host/daemon_process_unittest.cc DesktopSession* DoCreateDesktopSession(int terminal_id); DesktopSession 187 remoting/host/daemon_process_unittest.cc DesktopSession* DaemonProcessTest::DoCreateDesktopSession(int terminal_id) { DesktopSession 83 remoting/host/daemon_process_win.cc virtual scoped_ptr<DesktopSession> DoCreateDesktopSession( DesktopSession 181 remoting/host/daemon_process_win.cc scoped_ptr<DesktopSession> DaemonProcessWin::DoCreateDesktopSession( DesktopSession 12 remoting/host/desktop_session.cc DesktopSession::~DesktopSession() { DesktopSession 15 remoting/host/desktop_session.cc DesktopSession::DesktopSession(DaemonProcess* daemon_process, int id) DesktopSession 18 remoting/host/desktop_session.h class DesktopSession { DesktopSession 20 remoting/host/desktop_session.h virtual ~DesktopSession(); DesktopSession 30 remoting/host/desktop_session.h DesktopSession(DaemonProcess* daemon_process, int id); DesktopSession 41 remoting/host/desktop_session.h DISALLOW_COPY_AND_ASSIGN(DesktopSession); DesktopSession 368 remoting/host/desktop_session_win.cc scoped_ptr<DesktopSession> DesktopSessionWin::CreateForConsole( DesktopSession 378 remoting/host/desktop_session_win.cc return session.PassAs<DesktopSession>(); DesktopSession 382 remoting/host/desktop_session_win.cc scoped_ptr<DesktopSession> DesktopSessionWin::CreateForVirtualTerminal( DesktopSession 392 remoting/host/desktop_session_win.cc return scoped_ptr<DesktopSession>(); DesktopSession 394 remoting/host/desktop_session_win.cc return session.PassAs<DesktopSession>(); DesktopSession 403 remoting/host/desktop_session_win.cc : DesktopSession(daemon_process, id), DesktopSession 26 remoting/host/desktop_session_win.h class DesktopSession; DesktopSession 36 remoting/host/desktop_session_win.h : public DesktopSession, DesktopSession 41 remoting/host/desktop_session_win.h static scoped_ptr<DesktopSession> CreateForConsole( DesktopSession 49 remoting/host/desktop_session_win.h static scoped_ptr<DesktopSession> CreateForVirtualTerminal(