Home | History | Annotate | Download | only in websocket_experiment

Lines Matching refs:next_state_

62     : next_state_(STATE_NONE),
76 DCHECK_EQ(next_state_, STATE_NONE);
77 next_state_ = STATE_RUN_WS;
86 next_state_ = STATE_NONE;
178 if (next_state_ == STATE_NONE) {
186 State state = next_state_;
188 next_state_ = STATE_NONE;
193 next_state_ = STATE_RUN_WS;
210 next_state_ = STATE_IDLE;
212 next_state_ = static_cast<State>(state + 1);
223 if (next_state_ == STATE_NONE) {