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

  /external/chromium_org/media/cast/test/transport/
transport.cc 42 io_thread_proxy_(io_thread_proxy) {
46 DCHECK(io_thread_proxy_->RunsTasksOnCurrentThread());
49 io_thread_proxy_->PostTask(FROM_HERE,
55 DCHECK(!(io_thread_proxy_->RunsTasksOnCurrentThread()));
60 DCHECK(io_thread_proxy_->RunsTasksOnCurrentThread());
71 DCHECK(io_thread_proxy_->RunsTasksOnCurrentThread());
100 scoped_refptr<base::TaskRunner> io_thread_proxy_; member in class:media::cast::test::LocalUdpTransportData
113 io_thread_proxy_(io_thread_proxy) {}
116 io_thread_proxy_->PostTask(FROM_HERE,
122 DCHECK(io_thread_proxy_->RunsTasksOnCurrentThread())
168 scoped_refptr<base::TaskRunner> io_thread_proxy_; member in class:media::cast::test::LocalPacketSender
    [all...]
transport.h 47 scoped_refptr<base::TaskRunner> io_thread_proxy_; member in class:media::cast::test::Transport

Completed in 3108 milliseconds