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

/external/chromium_org/remoting/host/
H A Dbasic_desktop_environment.h41 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
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.h142 return caller_task_runner_;
160 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DaemonProcess
H A Dipc_desktop_environment.h108 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::IpcDesktopEnvironmentFactory
H A Ddesktop_session_proxy.h61 // the |caller_task_runner_| thread unless it is specified otherwise.
171 // |caller_task_runner_|.
175 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:__anon9729::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.h161 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionAgent
H A Dhost_window_proxy.cc45 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::HostWindowProxy::Core
95 : caller_task_runner_(caller_task_runner),
104 DCHECK(caller_task_runner_->BelongsToCurrentThread());
115 DCHECK(caller_task_runner_->BelongsToCurrentThread());
145 if (!caller_task_runner_->BelongsToCurrentThread()) {
146 caller_task_runner_->PostTask(FROM_HERE,
156 if (!caller_task_runner_->BelongsToCurrentThread()) {
157 caller_task_runner_->PostTask(
167 if (!caller_task_runner_->BelongsToCurrentThread()) {
168 caller_task_runner_
[all...]
H A Dlocal_input_monitor_win.cc65 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon9758::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.cc75 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon9756::LocalInputMonitorLinux::Core
124 : caller_task_runner_(caller_task_runner),
132 DCHECK(caller_task_runner_->BelongsToCurrentThread());
140 DCHECK(caller_task_runner_->BelongsToCurrentThread());
147 DCHECK(caller_task_runner_->BelongsToCurrentThread());
289 caller_task_runner_->PostTask(
302 caller_task_runner_->PostTask(
/external/chromium_org/remoting/host/setup/
H A Dnative_messaging_host.h110 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::NativeMessagingHost
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/win/
H A Drdp_client.cc70 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::RdpClient::Core
116 : caller_task_runner_(caller_task_runner),
208 if (!caller_task_runner_->BelongsToCurrentThread()) {
209 caller_task_runner_->PostTask(
219 if (!caller_task_runner_->BelongsToCurrentThread()) {
220 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 280 milliseconds