Home | History | Annotate | Download | only in socket

Lines Matching defs:IsConnected

694 bool SSLClientSocketNSS::IsConnected() const {
702 bool ret = completed_handshake_ && transport_->socket()->IsConnected();
708 // Unlike IsConnected, this method doesn't return a false positive.