Home | History | Annotate | Download | only in proxy

Lines Matching refs:next_state_

42       next_state_(STATE_NONE),
49 if (next_state_ != STATE_NONE)
57 DCHECK_EQ(STATE_NONE, next_state_);
73 next_state_ = STATE_WAIT;
98 DCHECK_NE(STATE_NONE, next_state_);
107 DCHECK_NE(next_state_, STATE_NONE);
110 State state = next_state_;
111 next_state_ = STATE_NONE;
139 } while (rv != ERR_IO_PENDING && next_state_ != STATE_NONE);
150 next_state_ = STATE_WAIT_COMPLETE;
168 next_state_ = GetStartState();
175 next_state_ = STATE_FETCH_PAC_SCRIPT_COMPLETE;
205 next_state_ = STATE_SET_PAC_SCRIPT;
214 next_state_ = STATE_SET_PAC_SCRIPT_COMPLETE;
266 next_state_ = GetStartState();
290 DCHECK_NE(STATE_NONE, next_state_);
294 switch (next_state_) {