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

  /external/chromium_org/net/spdy/
spdy_protocol_test.cc 50 EXPECT_EQ(7, GOAWAY);
spdy_framer.cc 232 // Size, in bytes, of this GOAWAY frame. Calculated as:
236 // SPDY 3+ GOAWAY frames also contain a status.
413 case GOAWAY:
414 return "GOAWAY";
727 case GOAWAY:
    [all...]
spdy_protocol.h 282 GOAWAY,
348 // Status codes for GOAWAY frames.
786 virtual void VisitGoAway(const SpdyGoAwayIR& goaway) = 0;
spdy_framer_test.cc     [all...]
  /external/chromium/net/spdy/
spdy_protocol_test.cc 14 using spdy::GOAWAY;
63 EXPECT_EQ(7, GOAWAY);
132 EXPECT_EQ(GOAWAY, goaway_frame->type());
spdy_framer.cc 206 case GOAWAY:
207 return "GOAWAY";
684 frame.WriteUInt16(GOAWAY);
    [all...]
spdy_protocol.h 96 // Control Frame: GOAWAY
159 GOAWAY,
292 // A GOAWAY Control Frame structure.
spdy_session.cc     [all...]

Completed in 180 milliseconds