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

  /external/chromium_org/remoting/host/setup/
daemon_controller.cc 24 delegate_thread_.reset(new AutoThread(kDaemonControllerThreadName));
26 delegate_thread_->SetComInitType(AutoThread::COM_INIT_STA);
28 delegate_thread_->StartWithType(base::MessageLoop::TYPE_UI);
31 delegate_thread_->StartWithType(base::MessageLoop::TYPE_DEFAULT);
122 caller_task_runner_->DeleteSoon(FROM_HERE, delegate_thread_.release());
daemon_controller.h 257 scoped_ptr<AutoThread> delegate_thread_; member in class:remoting::DaemonController

Completed in 564 milliseconds