Searched refs:GetMinGoAwayFrameSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_framer.h277 static size_t GetMinGoAwayFrameSize();
H A Dquic_framer.cc212 size_t QuicFramer::GetMinGoAwayFrameSize() { function in class:net::QuicFramer
1864 return GetMinGoAwayFrameSize() + frame.goaway_frame->reason_phrase.size();
H A Dquic_framer_test.cc2893 i < QuicFramer::GetMinGoAwayFrameSize() + reason_size; ++i) {

Completed in 161 milliseconds