HomeSort by relevance Sort by last modified time
    Searched refs:plugin_task_runner_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 213 plugin_task_runner_(new PluginThreadTaskRunner(&plugin_thread_delegate_)),
214 context_(plugin_task_runner_.get()),
226 new base::ThreadTaskRunnerHandle(plugin_task_runner_));
228 new jingle_glue::JingleThreadWrapper(plugin_task_runner_));
270 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
282 plugin_task_runner_->Quit();
285 plugin_task_runner_->DetachAndRunShutdownLoop();
381 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
390 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
401 DCHECK(plugin_task_runner_->BelongsToCurrentThread())
    [all...]
chromoting_instance.h 266 scoped_refptr<PluginThreadTaskRunner> plugin_task_runner_; member in class:remoting::ChromotingInstance

Completed in 246 milliseconds