Home | History | Annotate | Download | only in host

Lines Matching refs:ui_task_runner_

16 // Runs an instance of |HostWindow| on the |ui_task_runner_| thread.
25 // Starts |host_window_| on the |ui_task_runner_| thread.
28 // Destroys |host_window_| on the |ui_task_runner_| thread.
35 // Start() and Stop() equivalents called on the |ui_task_runner_| thread.
51 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
53 // Stores the client's JID so it can be read on the |ui_task_runner_| thread.
60 // The wrapped |HostWindow| instance running on the |ui_task_runner_| thread.
76 // the |ui_task_runner_| thread.
99 ui_task_runner_(ui_task_runner),
112 ui_task_runner_->PostTask(
120 ui_task_runner_->PostTask(FROM_HERE, base::Bind(&Core::StopOnUiThread, this));
128 DCHECK(ui_task_runner_->BelongsToCurrentThread());
136 DCHECK(ui_task_runner_->BelongsToCurrentThread());
142 DCHECK(ui_task_runner_->BelongsToCurrentThread());