Searched refs:AppendWindowUpdateFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_framer.h483 bool AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
H A Dquic_framer.cc405 if (!AppendWindowUpdateFrame(*frame.window_update_frame, &writer)) {
406 LOG(DFATAL) << "AppendWindowUpdateFrame failed";
2307 bool QuicFramer::AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame, function in class:net::QuicFramer

Completed in 83 milliseconds