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

  /external/chromium_org/remoting/base/
auto_thread.cc 40 // from within StartWithType.
61 scoped_refptr<AutoThreadTaskRunner> task_runner = thread->StartWithType(type);
83 thread->StartWithType(loop_type);
120 scoped_refptr<AutoThreadTaskRunner> AutoThread::StartWithType(
auto_thread.h 70 scoped_refptr<AutoThreadTaskRunner> StartWithType(
  /external/chromium_org/remoting/host/setup/
daemon_controller.cc 28 delegate_thread_->StartWithType(base::MessageLoop::TYPE_UI);
31 delegate_thread_->StartWithType(base::MessageLoop::TYPE_DEFAULT);

Completed in 46 milliseconds