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

  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 84 plugin_task_runner_(plugin_task_runner),
88 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
106 new base::ThreadTaskRunnerHandle(plugin_task_runner_));
123 plugin_task_runner_);
129 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
142 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
164 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
174 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
213 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
238 DCHECK(plugin_task_runner_->BelongsToCurrentThread())
    [all...]
host_plugin.cc 82 plugin_task_runner_ = new remoting::PluginThreadTaskRunner(this);
85 plugin_task_runner_,
87 plugin_task_runner_));
97 // Process tasks on |plugin_task_runner_| until all references to
101 plugin_task_runner_->DetachAndRunShutdownLoop();
359 scoped_refptr<remoting::PluginThreadTaskRunner> plugin_task_runner_; member in class:__anon10177::HostNPPlugin
host_script_object.h 257 scoped_refptr<AutoThreadTaskRunner> plugin_task_runner_; member in class:remoting::HostNPScriptObject
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 201 plugin_task_runner_(new PluginThreadTaskRunner(&plugin_thread_delegate_)),
202 context_(plugin_task_runner_.get()),
234 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
246 plugin_task_runner_->Quit();
249 plugin_task_runner_->DetachAndRunShutdownLoop();
347 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
353 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
363 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
619 DCHECK(plugin_task_runner_->BelongsToCurrentThread());
631 new FrameConsumerProxy(plugin_task_runner_,
    [all...]
chromoting_instance.h 238 scoped_refptr<PluginThreadTaskRunner> plugin_task_runner_; member in class:remoting::ChromotingInstance

Completed in 218 milliseconds