Home | History | Annotate | Download | only in socket

Lines Matching refs:IsConnected

603 bool SSLClientSocketMac::IsConnected() const {
610 return completed_handshake() && transport_->socket()->IsConnected();
614 // Unlike IsConnected, this method doesn't return a false positive.