HomeSort by relevance Sort by last modified time
    Searched defs:caller_task_runner_ (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/remoting/host/
basic_desktop_environment.h 41 return caller_task_runner_;
55 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::BasicDesktopEnvironment
80 return caller_task_runner_;
94 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::BasicDesktopEnvironmentFactory
desktop_process.h 65 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopProcess
desktop_session_win.h 69 return caller_task_runner_;
107 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionWin
daemon_process.h 143 return caller_task_runner_;
161 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DaemonProcess
ipc_desktop_environment.h 108 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::IpcDesktopEnvironmentFactory
desktop_session_proxy.h 60 // the |caller_task_runner_| thread unless it is specified otherwise.
169 // |caller_task_runner_|.
173 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionProxy
host_window_proxy.cc 47 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::HostWindowProxy::Core
97 : caller_task_runner_(caller_task_runner),
106 DCHECK(caller_task_runner_->BelongsToCurrentThread());
117 DCHECK(caller_task_runner_->BelongsToCurrentThread());
147 if (!caller_task_runner_->BelongsToCurrentThread()) {
148 caller_task_runner_->PostTask(FROM_HERE,
159 if (!caller_task_runner_->BelongsToCurrentThread()) {
160 caller_task_runner_->PostTask(
170 if (!caller_task_runner_->BelongsToCurrentThread()) {
171 caller_task_runner_->PostTask
    [all...]
local_input_monitor_win.cc 65 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon10168::LocalInputMonitorWin::Core
102 : caller_task_runner_(caller_task_runner),
109 DCHECK(caller_task_runner_->BelongsToCurrentThread());
116 DCHECK(caller_task_runner_->BelongsToCurrentThread());
136 caller_task_runner_->PostTask(
198 caller_task_runner_->PostTask(
curtain_mode_mac.cc 67 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:__anon10133::SessionWatcher
84 : caller_task_runner_(caller_task_runner),
91 DCHECK(caller_task_runner_->BelongsToCurrentThread());
103 DCHECK(caller_task_runner_->BelongsToCurrentThread());
202 if (!caller_task_runner_->BelongsToCurrentThread()) {
203 caller_task_runner_->PostTask(
desktop_session_agent.h 162 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionAgent
local_input_monitor_linux.cc 74 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon10166::LocalInputMonitorLinux::Core
123 : caller_task_runner_(caller_task_runner),
131 DCHECK(caller_task_runner_->BelongsToCurrentThread());
139 DCHECK(caller_task_runner_->BelongsToCurrentThread());
146 DCHECK(caller_task_runner_->BelongsToCurrentThread());
288 caller_task_runner_->PostTask(
301 caller_task_runner_->PostTask(
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_reader.cc 57 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::NativeMessagingReader::Core
72 caller_task_runner_(caller_task_runner),
120 caller_task_runner_->PostTask(
128 caller_task_runner_->PostTask(
  /external/chromium_org/remoting/host/win/
rdp_client.cc 72 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::RdpClient::Core
118 : caller_task_runner_(caller_task_runner),
210 if (!caller_task_runner_->BelongsToCurrentThread()) {
211 caller_task_runner_->PostTask(
221 if (!caller_task_runner_->BelongsToCurrentThread()) {
222 caller_task_runner_->PostTask(
wts_session_process_delegate.cc 102 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::WtsSessionProcessDelegate::Core
149 : caller_task_runner_(base::ThreadTaskRunnerHandle::Get()),
160 DCHECK(caller_task_runner_->BelongsToCurrentThread());
219 DCHECK(caller_task_runner_->BelongsToCurrentThread());
230 DCHECK(caller_task_runner_->BelongsToCurrentThread());
238 DCHECK(caller_task_runner_->BelongsToCurrentThread());
248 DCHECK(caller_task_runner_->BelongsToCurrentThread());
255 DCHECK(caller_task_runner_->BelongsToCurrentThread());
289 caller_task_runner_->PostTask(FROM_HERE,
296 DCHECK(caller_task_runner_->BelongsToCurrentThread())
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_controller.h 250 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::DaemonController
  /external/chromium_org/remoting/protocol/
pairing_registry.h 187 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::protocol::PairingRegistry

Completed in 464 milliseconds