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

  /external/chromium_org/net/quic/
quic_protocol.h 816 struct NET_EXPORT_PRIVATE QuicWindowUpdateFrame {
817 QuicWindowUpdateFrame() {}
818 QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset);
821 std::ostream& os, const QuicWindowUpdateFrame& w);
    [all...]
quic_framer.h 145 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) = 0;
422 bool ProcessWindowUpdateFrame(QuicWindowUpdateFrame* frame);
483 bool AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
quic_connection.h 73 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_;
    [all...]
quic_connection_logger.h 63 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
reliable_quic_stream.h 96 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame);
quic_protocol.cc 361 QuicFrame::QuicFrame(QuicWindowUpdateFrame* frame)
483 const QuicWindowUpdateFrame& window_update_frame) {
552 QuicWindowUpdateFrame::QuicWindowUpdateFrame(QuicStreamId stream_id,
quic_session.h 66 const std::vector<QuicWindowUpdateFrame>& frames) OVERRIDE;
reliable_quic_stream_test.cc 410 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);
quic_session.cc 50 virtual void OnWindowUpdateFrames(const vector<QuicWindowUpdateFrame>& frames)
251 const vector<QuicWindowUpdateFrame>& frames) {
quic_dispatcher.cc 135 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/)
quic_framer.cc 138 const QuicWindowUpdateFrame& frame) {
    [all...]
reliable_quic_stream.cc 477 const QuicWindowUpdateFrame& frame) {
quic_connection_logger.cc 179 const QuicWindowUpdateFrame* frame,
644 const QuicWindowUpdateFrame& frame) {
    [all...]
quic_session_test.cc     [all...]
quic_connection.cc 762 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 181 MOCK_METHOD1(OnWindowUpdateFrame, bool(const QuicWindowUpdateFrame& frame));
219 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) OVERRIDE;
234 void(const std::vector<QuicWindowUpdateFrame>& frame));
quic_test_utils.cc 188 const QuicWindowUpdateFrame& frame) {
  /external/chromium_org/net/tools/quic/
quic_dispatcher.cc 140 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/)
end_to_end_test.cc 812 QuicWindowUpdateFrame window_update(stream->id(), 2 * kFlowControlWindow);
    [all...]

Completed in 789 milliseconds