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

  /external/chromium_org/components/domain_reliability/
monitor.h 46 // (which should be the current thread); |network_thread| is the thread
51 scoped_refptr<base::SingleThreadTaskRunner> network_thread);
57 scoped_refptr<base::SingleThreadTaskRunner> network_thread,
monitor.cc 24 scoped_refptr<base::SingleThreadTaskRunner> network_thread)
31 network_task_runner_(network_thread),
41 scoped_refptr<base::SingleThreadTaskRunner> network_thread,
49 network_task_runner_(network_thread),
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 778 session_->network_thread()->Clear(this);
816 session_->network_thread()->Post(this, MSG_ALLOCATION_PHASE);
823 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE);
828 ASSERT(rtc::Thread::Current() == session_->network_thread());
866 session_->network_thread()->PostDelayed(
872 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE);
903 port = UDPPort::Create(session_->network_thread(),
908 port = UDPPort::Create(session_->network_thread(),
951 Port* port = TCPPort::Create(session_->network_thread(),
984 StunPort* port = StunPort::Create(session_->network_thread(),
    [all...]
basicportallocator.h 127 rtc::Thread* network_thread() { return network_thread_; } function in class:cricket::BasicPortAllocatorSession

Completed in 644 milliseconds