Searched refs:io_thread_task_runner_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dchannel_init.cc25 DCHECK(!io_thread_task_runner_.get()); // Should only init once.
26 io_thread_task_runner_ = io_thread_task_runner;
H A Dchannel_init.h50 scoped_refptr<base::TaskRunner> io_thread_task_runner_; member in class:mojo::embedder::ChannelInit
H A Dembedder_unittest.cc37 : io_thread_task_runner_(io_thread_task_runner),
43 io_thread_task_runner_,
56 io_thread_task_runner_,
84 scoped_refptr<base::TaskRunner> io_thread_task_runner_; member in class:mojo::embedder::__anon8734::ScopedTestChannel
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_perftest.cc48 io_thread_task_runner_ = runner;
52 base::TaskRunner* io_thread_task_runner_; member in class:__anon8497::MojoChannelPerfTest
57 : io_thread_task_runner_() {
/external/chromium_org/net/proxy/
H A Dproxy_config_service_mac.cc205 io_thread_task_runner_(io_thread_task_runner) {
206 DCHECK(io_thread_task_runner_.get());
211 DCHECK(io_thread_task_runner_->BelongsToCurrentThread());
219 DCHECK(io_thread_task_runner_->BelongsToCurrentThread());
224 DCHECK(io_thread_task_runner_->BelongsToCurrentThread());
230 DCHECK(io_thread_task_runner_->BelongsToCurrentThread());
266 io_thread_task_runner_->PostTask(
273 DCHECK(io_thread_task_runner_->BelongsToCurrentThread());
H A Dproxy_config_service_mac.h78 const scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner_; member in class:net::ProxyConfigServiceMac

Completed in 1215 milliseconds