Lines Matching refs:AutoThreadTaskRunner
45 // Used to receive the AutoThreadTaskRunner for the thread.
46 scoped_refptr<AutoThreadTaskRunner> task_runner;
56 scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithType(
58 scoped_refptr<AutoThreadTaskRunner> joiner,
61 scoped_refptr<AutoThreadTaskRunner> task_runner = thread->StartWithType(type);
68 scoped_refptr<AutoThreadTaskRunner> AutoThread::Create(
69 const char* name, scoped_refptr<AutoThreadTaskRunner> joiner) {
75 scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithLoopAndComInitTypes(
77 scoped_refptr<AutoThreadTaskRunner> joiner,
82 scoped_refptr<AutoThreadTaskRunner> task_runner =
100 AutoThread::AutoThread(const char* name, AutoThreadTaskRunner* joiner)
120 scoped_refptr<AutoThreadTaskRunner> AutoThread::StartWithType(
138 // the thread lifetime is controlled by the AutoThreadTaskRunner, we would
139 // ideally return the AutoThreadTaskRunner to the caller without waiting for
190 // Return an AutoThreadTaskRunner that will cleanly quit this thread when
193 new AutoThreadTaskRunner(message_loop.message_loop_proxy(),