Searched refs:active_connection_ (Results 1 – 2 of 2) sorted by relevance
188 active_connection_(NULL), in ServerConnectionManager()209 DCHECK(!active_connection_); in MakeActiveConnection()213 active_connection_ = MakeConnection(); in MakeActiveConnection()214 return active_connection_; in MakeActiveConnection()223 if (active_connection_ != connection) in OnConnectionDestroyed()226 active_connection_ = NULL; in OnConnectionDestroyed()375 if (active_connection_) in OnSignalReceived()376 active_connection_->Abort(); in OnSignalReceived()380 active_connection_ = NULL; in OnSignalReceived()
306 Connection* active_connection_; variable