Lines Matching refs:connection_
254 connection_(new ClientSocketHandle), in SpdySession()
304 if (connection_->is_initialized()) { in ~SpdySession()
306 connection_->socket()->Disconnect(); in ~SpdySession()
328 connection_.reset(connection); in InitializeWithSocket()
626 return connection_->GetLoadState(); in GetLoadState()
732 CHECK(connection_.get()); in ReadSocket()
733 CHECK(connection_->socket()); in ReadSocket()
734 int bytes_read = connection_->socket()->Read(read_buffer_.get(), in ReadSocket()
827 int rv = connection_->socket()->Write(in_flight_write_.buffer(), in WriteSocket()
949 if (!connection_->socket()) in GetPeerAddress()
952 return connection_->socket()->GetPeerAddress(address); in GetPeerAddress()
956 if (!connection_->socket()) in GetLocalAddress()
959 return connection_->socket()->GetLocalAddress(address); in GetLocalAddress()
1023 reinterpret_cast<SSLClientSocket*>(connection_->socket()); in GetSSLInfo()
1035 reinterpret_cast<SSLClientSocket*>(connection_->socket()); in GetSSLCertRequestInfo()