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

  /external/chromium_org/net/quic/
quic_protocol.h 809 struct NET_EXPORT_PRIVATE QuicWindowUpdateFrame {
810 QuicWindowUpdateFrame() {}
811 QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset);
814 std::ostream& os, const QuicWindowUpdateFrame& w);
864 explicit QuicFrame(QuicWindowUpdateFrame* frame);
881 QuicWindowUpdateFrame* window_update_frame;
    [all...]
quic_framer.h 143 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) = 0;
424 bool ProcessWindowUpdateFrame(QuicWindowUpdateFrame* frame);
479 bool AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
quic_connection.h 71 const std::vector<QuicWindowUpdateFrame>& frames) = 0;
174 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) {}
344 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
648 std::vector<QuicWindowUpdateFrame> last_window_update_frames_;
quic_connection_logger.h 54 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
reliable_quic_stream.h 94 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame);
quic_protocol.cc 369 QuicFrame::QuicFrame(QuicWindowUpdateFrame* frame)
483 const QuicWindowUpdateFrame& window_update_frame) {
583 QuicWindowUpdateFrame::QuicWindowUpdateFrame(QuicStreamId stream_id,
quic_session.h 66 const std::vector<QuicWindowUpdateFrame>& frames) OVERRIDE;
reliable_quic_stream_test.cc 412 QuicWindowUpdateFrame window_update_1(stream_->id(), 1234);
420 QuicWindowUpdateFrame window_update_2(stream_->id(), 1);
421 QuicWindowUpdateFrame window_update_3(stream_->id(), 9999);
422 QuicWindowUpdateFrame window_update_4(stream_->id(), 5678);
quic_session.cc 50 virtual void OnWindowUpdateFrames(const vector<QuicWindowUpdateFrame>& frames)
251 const vector<QuicWindowUpdateFrame>& frames) {
quic_dispatcher.cc 134 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/)
quic_framer.cc 150 const QuicWindowUpdateFrame& frame) {
    [all...]
reliable_quic_stream.cc 469 const QuicWindowUpdateFrame& frame) {
quic_connection_logger.cc 178 const QuicWindowUpdateFrame* frame,
583 const QuicWindowUpdateFrame& frame) {
    [all...]
quic_connection.cc 752 bool QuicConnection::OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) {
    [all...]
quic_framer_test.cc 318 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame)
354 QuicWindowUpdateFrame window_update_frame_;
    [all...]
quic_connection_test.cc     [all...]
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 122 const QuicWindowUpdateFrame& frame) OVERRIDE {
183 vector<QuicWindowUpdateFrame> window_update_frames_;
quic_test_utils.h 179 MOCK_METHOD1(OnWindowUpdateFrame, bool(const QuicWindowUpdateFrame& frame));
217 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
232 void(const std::vector<QuicWindowUpdateFrame>& frame));
quic_test_utils.cc 192 const QuicWindowUpdateFrame& frame) {
  /external/chromium_org/net/tools/quic/
quic_dispatcher.cc 139 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/)
end_to_end_test.cc 755 QuicWindowUpdateFrame window_update(stream->id(), 2 * kFlowControlWindow);
    [all...]

Completed in 745 milliseconds