Searched refs:io_thread_task_runner (Results 1 – 8 of 8) sorted by relevance
173 io_thread_task_runner_(fd_watcher->io_thread_task_runner()) { in Controller()253 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner) in FileDescriptorWatcher() argument255 io_thread_task_runner_(std::move(io_thread_task_runner)) {} in FileDescriptorWatcher()
99 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner);132 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner() const { in io_thread_task_runner() function
64 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner; in SetUp() local
25 scoped_refptr<base::TaskRunner> io_thread_task_runner, in ScopedIPCSupport() argument28 Core::Get()->SetIOTaskRunner(io_thread_task_runner); in ScopedIPCSupport()
105 ScopedIPCSupport(scoped_refptr<base::TaskRunner> io_thread_task_runner, in COMPONENT_EXPORT()
163 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner, in Start() argument185 DCHECK(io_thread_task_runner); in Start()186 io_thread_task_runner_ = std::move(io_thread_task_runner); in Start()
603 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner, in Start() argument608 DCHECK(io_thread_task_runner); in Start()609 io_thread_task_runner_ = std::move(io_thread_task_runner); in Start()
69 void Start(scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner,