Searched refs:delegate_thread_ (Results 1 – 2 of 2) sorted by relevance
24 delegate_thread_.reset(new AutoThread(kDaemonControllerThreadName)); in DaemonController()26 delegate_thread_->SetComInitType(AutoThread::COM_INIT_STA); in DaemonController()28 delegate_thread_->StartWithType(base::MessageLoop::TYPE_UI); in DaemonController()31 delegate_thread_->StartWithType(base::MessageLoop::TYPE_DEFAULT); in DaemonController()122 caller_task_runner_->DeleteSoon(FROM_HERE, delegate_thread_.release()); in ~DaemonController()
257 scoped_ptr<AutoThread> delegate_thread_; variable