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

  /external/webrtc/webrtc/p2p/base/
tcpport.cc 21 * - PendingTCP: |connection_pending_| indicates whether there is an
313 connection_pending_(false),
404 connection_pending_ = false;
459 if (connected() || connection_pending_ || !outgoing_) {
497 connection_pending_ = true;
tcpport.h 172 bool connection_pending_; member in class:cricket::TCPConnection

Completed in 50 milliseconds