Searched defs:SYN_STREAM (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_protocol.h36 // Control Frame: SYN_STREAM
153 SYN_STREAM = 1, enumerator in enum:spdy::SpdyControlType
257 // A SYN_STREAM Control Frame structure.
442 return (type >= SYN_STREAM && type < NUM_CONTROL_FRAME_TYPES);
457 DCHECK(type >= SYN_STREAM && type < NUM_CONTROL_FRAME_TYPES);
462 DCHECK(type >= SYN_STREAM && type < NUM_CONTROL_FRAME_TYPES);
469 return type() == SYN_STREAM || type() == SYN_REPLY || type() == HEADERS;
495 // A SYN_STREAM frame.
/external/chromium_org/net/spdy/
H A Dspdy_stream.cc785 // Since this is decoupled from sending the SYN_STREAM frame, it is
787 // before our SYN_STREAM frame gets sent. This can be solved by
788 // immediately enqueueing the SYN_STREAM frame here and adjusting
813 GetWeakPtr(), SYN_STREAM, local
853 DCHECK_EQ(just_completed_frame_type_, SYN_STREAM);
H A Dspdy_protocol.h275 SYN_STREAM = 1, enumerator in enum:net::SpdyFrameType
276 FIRST_CONTROL_TYPE = SYN_STREAM,

Completed in 90 milliseconds