Home | History | Annotate | Download | only in socket

Lines Matching defs:IsConnected

544 bool SSLClientSocketMac::IsConnected() const {
551 return completed_handshake_ && transport_->IsConnected();
555 // Unlike IsConnected, this method doesn't return a false positive.