HomeSort by relevance Sort by last modified time
    Searched refs:STATE_SEND_BODY (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/spdy/
spdy_stream.cc 162 io_state_ = STATE_SEND_BODY;
358 DCHECK(io_state_ == STATE_SEND_HEADERS || io_state_ == STATE_SEND_BODY ||
360 if (io_state_ == STATE_SEND_BODY)
466 case STATE_SEND_BODY:
544 io_state_ = STATE_SEND_BODY;
572 io_state_ = STATE_SEND_BODY;
spdy_stream.h 242 STATE_SEND_BODY,
  /external/chromium_org/net/quic/
quic_http_stream.h 84 STATE_SEND_BODY,
quic_http_stream.cc 392 case STATE_SEND_BODY:
473 next_state_ = STATE_SEND_BODY;

Completed in 27 milliseconds