Searched defs:caller_task_runner_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/remoting/host/
H A Dbasic_desktop_environment.h45 return caller_task_runner_;
59 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::BasicDesktopEnvironment
84 return caller_task_runner_;
98 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::BasicDesktopEnvironmentFactory
H A Ddesktop_process.h65 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopProcess
H A Ddesktop_session_win.h69 return caller_task_runner_;
107 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionWin
H A Ddaemon_process.h143 return caller_task_runner_;
161 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DaemonProcess
H A Dipc_desktop_environment.h111 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::IpcDesktopEnvironmentFactory
H A Ddesktop_session_proxy.h60 // the |caller_task_runner_| thread unless it is specified otherwise.
170 // |caller_task_runner_|.
174 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionProxy
H A Dcurtain_mode_mac.cc67 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:__anon9773::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(
H A Ddesktop_session_agent.h160 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionAgent
H A Dhost_window_proxy.cc47 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_
[all...]
H A Dlocal_input_monitor_win.cc65 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon9814::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(
H A Dlocal_input_monitor_linux.cc74 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon9812::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/
H A Dnative_messaging_reader.cc57 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/setup/
H A Ddaemon_controller.h259 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::DaemonController
/external/chromium_org/remoting/host/win/
H A Drdp_client.cc72 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(
H A Dwts_session_process_delegate.cc102 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_
[all...]
/external/chromium_org/remoting/protocol/
H A Dpairing_registry.h187 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::protocol::PairingRegistry

Completed in 1085 milliseconds