Searched refs:QuicWindowUpdateFrame (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_protocol.h816 struct NET_EXPORT_PRIVATE QuicWindowUpdateFrame { struct in namespace:net
817 QuicWindowUpdateFrame() {} function in struct:net::QuicWindowUpdateFrame
818 QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset);
821 std::ostream& os, const QuicWindowUpdateFrame& w);
874 explicit QuicFrame(QuicWindowUpdateFrame* frame);
894 QuicWindowUpdateFrame* window_update_frame;
H A Dquic_framer.h145 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) = 0;
422 bool ProcessWindowUpdateFrame(QuicWindowUpdateFrame* frame);
483 bool AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
H A Dquic_connection.h73 const std::vector<QuicWindowUpdateFrame>& frames) = 0;
190 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) {}
367 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
691 std::vector<QuicWindowUpdateFrame> last_window_update_frames_;
H A Dquic_connection_logger.h63 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
H A Dquic_protocol.cc361 QuicFrame::QuicFrame(QuicWindowUpdateFrame* frame)
483 const QuicWindowUpdateFrame& window_update_frame) {
552 QuicWindowUpdateFrame::QuicWindowUpdateFrame(QuicStreamId stream_id, function in class:net::QuicWindowUpdateFrame
H A Dreliable_quic_stream.h96 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame);
H A Dreliable_quic_stream_test.cc410 QuicWindowUpdateFrame window_update_1(stream_->id(), 1234);
418 QuicWindowUpdateFrame window_update_2(stream_->id(), 1);
419 QuicWindowUpdateFrame window_update_3(stream_->id(), 9999);
420 QuicWindowUpdateFrame window_update_4(stream_->id(), 5678);
H A Dquic_session.h66 const std::vector<QuicWindowUpdateFrame>& frames) OVERRIDE;
H A Dquic_session.cc50 virtual void OnWindowUpdateFrames(const vector<QuicWindowUpdateFrame>& frames)
251 const vector<QuicWindowUpdateFrame>& frames) {
H A Dquic_dispatcher.cc135 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/)
H A Dquic_framer.cc138 const QuicWindowUpdateFrame& frame) {
1201 QuicWindowUpdateFrame window_update_frame;
1616 bool QuicFramer::ProcessWindowUpdateFrame(QuicWindowUpdateFrame* frame) {
2307 bool QuicFramer::AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
H A Dreliable_quic_stream.cc477 const QuicWindowUpdateFrame& frame) {
H A Dquic_connection_logger.cc179 const QuicWindowUpdateFrame* frame,
644 const QuicWindowUpdateFrame& frame) {
H A Dquic_session_test.cc1003 QuicWindowUpdateFrame window_update_frame(headers_stream->id(),
1005 vector<QuicWindowUpdateFrame> frames;
H A Dquic_connection.cc762 bool QuicConnection::OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) {
1072 QuicFrame(new QuicWindowUpdateFrame(id, byte_offset)));
H A Dquic_framer_test.cc318 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame)
354 QuicWindowUpdateFrame window_update_frame_;
4436 QuicWindowUpdateFrame window_update_frame;
H A Dquic_connection_test.cc3114 QuicWindowUpdateFrame window_update;
3930 QuicWindowUpdateFrame window_update;
/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.cc122 const QuicWindowUpdateFrame& frame) OVERRIDE {
183 vector<QuicWindowUpdateFrame> window_update_frames_;
H A Dquic_test_utils.h181 MOCK_METHOD1(OnWindowUpdateFrame, bool(const QuicWindowUpdateFrame& frame));
219 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
234 void(const std::vector<QuicWindowUpdateFrame>& frame));
H A Dquic_test_utils.cc188 const QuicWindowUpdateFrame& frame) {
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher.cc140 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/)
H A Dend_to_end_test.cc812 QuicWindowUpdateFrame window_update(stream->id(), 2 * kFlowControlWindow);

Completed in 2271 milliseconds