Home | History | Annotate | Download | only in socket

Lines Matching refs:IsConnectedAndIdle

1078 bool SSLClientSocketOpenSSL::IsConnectedAndIdle() const {
1079 bool ret = completed_handshake_ && transport_->socket()->IsConnectedAndIdle();