Home | History | Annotate | Download | only in socket

Lines Matching defs:IsConnectedAndIdle

707 bool SSLClientSocketNSS::IsConnectedAndIdle() const {
714 // transport_->socket()->IsConnectedAndIdle() returns the desired false
717 bool ret = completed_handshake_ && transport_->socket()->IsConnectedAndIdle();