Home
last modified time | relevance | path

Searched refs:SerializeGoAway (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
Dbuffered_spdy_framer.cc337 return spdy_framer_.SerializeGoAway(go_ir); in CreateGoAway()
Dspdy_framer.h445 SpdySerializedFrame* SerializeGoAway(const SpdyGoAwayIR& goaway) const;
Dspdy_framer.cc2591 SpdySerializedFrame* SpdyFramer::SerializeGoAway( in SerializeGoAway() function in net::SpdyFramer
2887 frame_.reset(framer_->SerializeGoAway(goaway)); in VisitGoAway()
Dspdy_framer_test.cc2583 scoped_ptr<SpdyFrame> frame(framer.SerializeGoAway(goaway_ir)); in TEST_P()
2614 scoped_ptr<SpdyFrame> frame(framer.SerializeGoAway(goaway_ir)); in TEST_P()
4697 scoped_ptr<SpdyFrame> frame(framer.SerializeGoAway(goaway_ir)); in TEST_P()