/external/chromium_org/remoting/host/ |
daemon_process.h | 53 // on the |caller_task_runner| thread. |io_task_runner| is used to handle IPC 56 scoped_refptr<AutoThreadTaskRunner> caller_task_runner, 90 DaemonProcess(scoped_refptr<AutoThreadTaskRunner> caller_task_runner, 142 scoped_refptr<AutoThreadTaskRunner> caller_task_runner() { function in class:remoting::DaemonProcess
|
desktop_process.cc | 27 scoped_refptr<AutoThreadTaskRunner> caller_task_runner, 30 : caller_task_runner_(caller_task_runner),
|
ipc_desktop_environment.h | 43 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 79 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
daemon_process_unittest.cc | 55 scoped_refptr<AutoThreadTaskRunner> caller_task_runner, 90 scoped_refptr<AutoThreadTaskRunner> caller_task_runner, 93 : DaemonProcess(caller_task_runner, io_task_runner, stopped_callback) {
|
desktop_process.h | 35 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
|
curtain_mode_linux.cc | 103 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
cast_extension_session.h | 53 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 93 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
cast_extension_session.cc | 177 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 183 new CastExtensionSession(caller_task_runner, 310 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 315 : caller_task_runner_(caller_task_runner),
|
desktop_session_agent.h | 68 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
|
desktop_session_agent.cc | 114 scoped_refptr<AutoThreadTaskRunner> caller_task_runner, 119 caller_task_runner_(caller_task_runner),
|
desktop_session_proxy.cc | 105 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 112 caller_task_runner_(caller_task_runner),
|
desktop_session_proxy.h | 73 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
/external/chromium_org/remoting/host/win/ |
rdp_client.h | 41 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_reader.cc | 39 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 67 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 72 caller_task_runner_(caller_task_runner),
|