Home
last modified time | relevance | path

Searched refs:ConsoleSession (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/remoting/host/
Ddesktop_session_win.cc86 class ConsoleSession : public DesktopSessionWin { class
89 ConsoleSession(
95 virtual ~ConsoleSession();
107 DISALLOW_COPY_AND_ASSIGN(ConsoleSession);
179 ConsoleSession::ConsoleSession( in ConsoleSession() function in remoting::__anon9cda146e0111::ConsoleSession
190 ConsoleSession::~ConsoleSession() { in ~ConsoleSession()
193 void ConsoleSession::SetScreenResolution(const ScreenResolution& resolution) { in SetScreenResolution()
199 void ConsoleSession::InjectSas() { in InjectSas()
374 scoped_ptr<ConsoleSession> session(new ConsoleSession( in CreateForConsole()