SEND_CLOSED 327 net/websockets/websocket_channel.cc return state_ == SEND_CLOSED || state_ == CLOSE_WAIT || state_ == CLOSED; SEND_CLOSED 395 net/websockets/websocket_channel.cc DCHECK(state_ == CONNECTING || state_ == CONNECTED || state_ == SEND_CLOSED || SEND_CLOSED 433 net/websockets/websocket_channel.cc (state_ == CONNECTED || state_ == SEND_CLOSED || state_ == CLOSE_WAIT); SEND_CLOSED 468 net/websockets/websocket_channel.cc state_ = SEND_CLOSED; SEND_CLOSED 476 net/websockets/websocket_channel.cc state_ = SEND_CLOSED; SEND_CLOSED 808 net/websockets/websocket_channel.cc case SEND_CLOSED: