Searched refs:completed_handshake_ (Results 1 – 10 of 10) sorted by relevance
65 completed_handshake_(false), in SOCKSClientSocket()81 completed_handshake_(false), in SOCKSClientSocket()110 if (completed_handshake_) in Connect()127 completed_handshake_ = false; in Disconnect()138 return completed_handshake_ && transport_->socket()->IsConnected(); in IsConnected()142 return completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()186 DCHECK(completed_handshake_); in Read()197 DCHECK(completed_handshake_); in Write()401 completed_handshake_ = true; in DoHandshakeReadComplete()
38 completed_handshake_(false), in SOCKS5ClientSocket()54 completed_handshake_(false), in SOCKS5ClientSocket()83 if (completed_handshake_) in Connect()101 completed_handshake_ = false; in Disconnect()111 return completed_handshake_ && transport_->socket()->IsConnected(); in IsConnected()115 return completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()158 DCHECK(completed_handshake_); in Read()169 DCHECK(completed_handshake_); in Write()481 completed_handshake_ = true; in DoHandshakeReadComplete()
74 completed_handshake_(false) { in SSLServerSocketNSS()137 DCHECK(completed_handshake_); in Read()360 if (!user_write_buf_ || !completed_handshake_) in OnSendComplete()377 if (!user_read_buf_ || !completed_handshake_) in OnRecvComplete()541 DCHECK(completed_handshake_); in DoReadLoop()565 DCHECK(completed_handshake_); in DoWriteLoop()593 completed_handshake_ = true; in DoHandshake()
127 bool completed_handshake_; variable
486 completed_handshake_(false), in SSLClientSocketNSS()682 completed_handshake_ = false; in Disconnect()702 bool ret = completed_handshake_ && transport_->socket()->IsConnected(); in IsConnected()717 bool ret = completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()769 DCHECK(completed_handshake_); in Read()794 DCHECK(completed_handshake_); in Write()1284 DCHECK(completed_handshake_); in DoReadLoop()1311 DCHECK(completed_handshake_); in DoWriteLoop()1604 completed_handshake_ = true; in DoVerifyCertComplete()
126 bool completed_handshake_; variable
145 bool completed_handshake_; variable
399 completed_handshake_(false), in SSLClientSocketOpenSSL()703 completed_handshake_ = false; in Disconnect()874 completed_handshake_ = true; in DoVerifyCertComplete()1070 bool ret = completed_handshake_ && transport_->socket()->IsConnected(); in IsConnected()1075 bool ret = completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
136 bool completed_handshake_; variable
227 bool completed_handshake_; variable