Lines Matching refs:CONNECTED
189 if (state_ != CONNECTED) { in SendFrame()
219 DCHECK(state_ == CONNECTING || state_ == CONNECTED || state_ == SEND_CLOSED || in SendFlowControl()
232 if (state_ != CONNECTED) { in StartClosingHandshake()
297 state_ = CONNECTED; in OnConnectSuccess()
514 if (state_ == CONNECTED) { in HandleFrame()
534 if (state_ == CONNECTED) in HandleFrame()
553 case CONNECTED: in HandleFrame()
591 DCHECK(state_ == CONNECTED || state_ == RECV_CLOSED); in SendIOBuffer()
621 if (state_ == CONNECTED) { in FailChannel()
643 DCHECK(state_ == CONNECTED || state_ == RECV_CLOSED); in SendClose()
672 state_ = (state_ == CONNECTED) ? SEND_CLOSED : CLOSE_WAIT; in SendClose()