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

  /external/chromium_org/remoting/host/
basic_desktop_environment.h 53 return caller_task_runner_;
71 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::BasicDesktopEnvironment
103 return caller_task_runner_;
117 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
video_frame_recorder.h 99 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::VideoFrameRecorder
daemon_process.h 143 return caller_task_runner_;
161 scoped_refptr<AutoThreadTaskRunner> caller_task_runner_; member in class:remoting::DaemonProcess
ipc_desktop_environment.h 113 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::IpcDesktopEnvironmentFactory
cast_extension_session.h 195 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::CastExtensionSession
desktop_session_proxy.h 65 // the |caller_task_runner_| thread unless it is specified otherwise.
181 // |caller_task_runner_|.
185 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::DesktopSessionProxy
host_window_proxy.cc 48 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::HostWindowProxy::Core
98 : caller_task_runner_(caller_task_runner),
107 DCHECK(caller_task_runner_->BelongsToCurrentThread());
118 DCHECK(caller_task_runner_->BelongsToCurrentThread());
148 if (!caller_task_runner_->BelongsToCurrentThread()) {
149 caller_task_runner_->PostTask(FROM_HERE,
160 if (!caller_task_runner_->BelongsToCurrentThread()) {
161 caller_task_runner_->PostTask(
171 if (!caller_task_runner_->BelongsToCurrentThread()) {
172 caller_task_runner_->PostTask
    [all...]
local_input_monitor_win.cc 65 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; member in class:remoting::__anon15068::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:__anon15026::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 166 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::__anon15066::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 259 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 183 milliseconds