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

  /external/chromium_org/remoting/base/
plugin_thread_task_runner.h 40 void DetachAndRunShutdownLoop();
42 // Makes DetachAndRunShutdownLoop() stop processing tasks and return control
43 // to the caller. Calling Quit() before DetachAndRunShutdownLoop() causes
plugin_thread_task_runner.cc 36 void PluginThreadTaskRunner::DetachAndRunShutdownLoop() {
51 // When DetachAndRunShutdownLoop() is called from NPP_Destroy() all scheduled
53 // the timers weren't actually cancelled (i.e. DetachAndRunShutdownLoop() is
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 101 plugin_task_runner_->DetachAndRunShutdownLoop();
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 249 plugin_task_runner_->DetachAndRunShutdownLoop();
    [all...]

Completed in 4765 milliseconds