Home | History | Annotate | Download | only in socket

Lines Matching refs:IsConnectedAndIdle

690 bool SSLClientSocketWin::IsConnectedAndIdle() const {
697 // transport_->socket()->IsConnectedAndIdle() returns the desired false
699 return completed_handshake() && transport_->socket()->IsConnectedAndIdle();