Lines Matching refs:io_state_
54 io_state_(STATE_NONE),
138 if (io_state_ != STATE_SEND_BODY_COMPLETE)
162 io_state_ = STATE_SEND_BODY;
250 if (!pushed_ && io_state_ != STATE_WAITING_FOR_RESPONSE)
253 CHECK(io_state_ == STATE_NONE);
254 io_state_ = STATE_OPEN;
358 DCHECK(io_state_ == STATE_SEND_HEADERS || io_state_ == STATE_SEND_BODY ||
359 io_state_ == STATE_SEND_BODY_COMPLETE);
360 if (io_state_ == STATE_SEND_BODY)
365 io_state_ = STATE_DONE;
398 CHECK_EQ(STATE_NONE, io_state_);
399 io_state_ = STATE_SEND_HEADERS;
455 State state = io_state_;
456 io_state_ = STATE_NONE;
476 io_state_ = STATE_WAITING_FOR_RESPONSE;
501 NOTREACHED() << io_state_;
504 } while (result != ERR_IO_PENDING && io_state_ != STATE_NONE &&
505 io_state_ != STATE_OPEN);
525 io_state_ = STATE_SEND_HEADERS_COMPLETE;
540 io_state_ = STATE_WAITING_FOR_RESPONSE;
544 io_state_ = STATE_SEND_BODY;
556 io_state_ = STATE_SEND_BODY_COMPLETE;
572 io_state_ = STATE_SEND_BODY;
574 io_state_ = STATE_WAITING_FOR_RESPONSE;
582 io_state_ = STATE_OPEN;