Searched refs:pending_best_connection_ (Results 1 – 2 of 2) sorted by relevance
216 pending_best_connection_(NULL), in P2PTransportChannel()658 pending_best_connection_ = NULL; in OnNominated()669 pending_best_connection_ = conn; in OnNominated()1331 if (connection == pending_best_connection_ && connection->writable()) { in OnConnectionStateChange()1332 pending_best_connection_ = NULL; in OnConnectionStateChange()1369 if (pending_best_connection_ == connection) { in OnConnectionDestroyed()1370 pending_best_connection_ = NULL; in OnConnectionDestroyed()
278 Connection* pending_best_connection_; variable