Home
last modified time | relevance | path

Searched refs:StartWithType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/base/
Dauto_thread.cc61 scoped_refptr<AutoThreadTaskRunner> task_runner = thread->StartWithType(type); in CreateWithType()
83 thread->StartWithType(loop_type); in CreateWithLoopAndComInitTypes()
120 scoped_refptr<AutoThreadTaskRunner> AutoThread::StartWithType( in StartWithType() function in remoting::AutoThread
Dauto_thread.h70 scoped_refptr<AutoThreadTaskRunner> StartWithType(
/external/chromium_org/remoting/host/setup/
Ddaemon_controller.cc28 delegate_thread_->StartWithType(base::MessageLoop::TYPE_UI); in DaemonController()
31 delegate_thread_->StartWithType(base::MessageLoop::TYPE_DEFAULT); in DaemonController()