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

  /external/chromium_org/net/quic/
quic_http_stream.h 80 STATE_SEND_HEADERS,
quic_http_stream.cc 133 next_state_ = STATE_SEND_HEADERS;
378 case STATE_SEND_HEADERS:
420 next_state_ = STATE_SEND_HEADERS;
  /external/chromium/net/spdy/
spdy_stream.cc 358 DCHECK(io_state_ == STATE_SEND_HEADERS || io_state_ == STATE_SEND_BODY ||
399 io_state_ = STATE_SEND_HEADERS;
459 case STATE_SEND_HEADERS:
spdy_stream.h 240 STATE_SEND_HEADERS,

Completed in 27 milliseconds