Home | History | Annotate | Download | only in http

Lines Matching refs:STATE_NONE

130       next_state_(STATE_NONE),
147 next_state_ == STATE_NONE &&
199 DCHECK_EQ(STATE_NONE, next_state_);
215 DCHECK_EQ(STATE_NONE, next_state_);
332 State next_state = STATE_NONE;
551 DCHECK(next_state_ != STATE_NONE);
556 next_state_ = STATE_NONE;
646 } while (rv != ERR_IO_PENDING && next_state_ != STATE_NONE);
674 next_state_ = STATE_NONE;
1475 STATE_CASE(STATE_NONE);