OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DesktopSessionWin
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
desktop_session_win.h
35
class
DesktopSessionWin
60
DesktopSessionWin
(
66
virtual ~
DesktopSessionWin
();
126
base::OneShotTimer<
DesktopSessionWin
> session_attach_timer_;
130
DISALLOW_COPY_AND_ASSIGN(
DesktopSessionWin
);
desktop_session_win.cc
86
class ConsoleSession : public
DesktopSessionWin
{
88
// Same as
DesktopSessionWin
().
101
//
DesktopSessionWin
overrides.
114
class RdpSession : public
DesktopSessionWin
{
116
// Same as
DesktopSessionWin
().
136
//
DesktopSessionWin
overrides.
185
:
DesktopSessionWin
(caller_task_runner, io_task_runner, daemon_process, id,
214
:
DesktopSessionWin
(caller_task_runner, io_task_runner, daemon_process, id,
368
scoped_ptr<DesktopSession>
DesktopSessionWin
::CreateForConsole(
382
scoped_ptr<DesktopSession>
DesktopSessionWin
::CreateForVirtualTerminal
[
all
...]
daemon_process_win.cc
190
return
DesktopSessionWin
::CreateForVirtualTerminal(
193
return
DesktopSessionWin
::CreateForConsole(
Completed in 108 milliseconds