Searched refs:SetIOTaskRunner (Results 1 – 5 of 5) sorted by relevance
121 internal::g_core->SetIOTaskRunner(io_thread_task_runner); in InitIPCSupport()
47 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);
72 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);
153 void Core::SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner) { in SetIOTaskRunner() function in mojo::edk::Core154 GetNodeController()->SetIOTaskRunner(io_task_runner); in SetIOTaskRunner()
156 void NodeController::SetIOTaskRunner( in SetIOTaskRunner() function in mojo::edk::NodeController