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

  /external/chromium_org/mojo/embedder/
channel_init.cc 21 io_thread_task_runner_->PostTask(
30 DCHECK(!io_thread_task_runner_.get()); // Should only init once.
31 io_thread_task_runner_ = io_thread_task_runner;
channel_init.h 46 scoped_refptr<base::TaskRunner> io_thread_task_runner_; member in class:mojo::embedder::ChannelInit
embedder_unittest.cc 36 : io_thread_task_runner_(io_thread_task_runner),
41 platform_handle.Pass(), io_thread_task_runner_,
51 io_thread_task_runner_,
81 scoped_refptr<base::TaskRunner> io_thread_task_runner_; member in class:mojo::embedder::__anon12799::ScopedTestChannel
  /external/chromium_org/net/proxy/
proxy_config_service_mac.cc 205 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());
proxy_config_service_mac.h 81 const scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner_; member in class:net::ProxyConfigServiceMac
proxy_config_service_linux.h 265 scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner_; member in class:net::ProxyConfigServiceLinux::Delegate
proxy_config_service_linux.cc     [all...]

Completed in 324 milliseconds