Home | History | Annotate | Download | only in host

Lines Matching defs:ui_task_runner_

15 // Runs an instance of |HostWindow| on the |ui_task_runner_| thread.
24 // Starts |host_window_| on the |ui_task_runner_| thread.
27 // Destroys |host_window_| on the |ui_task_runner_| thread.
34 // Start() and Stop() equivalents called on the |ui_task_runner_| thread.
48 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
50 // Stores the client's JID so it can be read on the |ui_task_runner_| thread.
57 // The wrapped |HostWindow| instance running on the |ui_task_runner_| thread.
73 // the |ui_task_runner_| thread.
96 ui_task_runner_(ui_task_runner),
109 ui_task_runner_->PostTask(
117 ui_task_runner_->PostTask(FROM_HERE, base::Bind(&Core::StopOnUiThread, this));
125 DCHECK(ui_task_runner_->BelongsToCurrentThread());
133 DCHECK(ui_task_runner_->BelongsToCurrentThread());
139 DCHECK(ui_task_runner_->BelongsToCurrentThread());