HomeSort by relevance Sort by last modified time
    Searched refs:QuicCongestionFeedbackFrame (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/net/quic/congestion_control/
fix_rate_receiver.cc 21 QuicCongestionFeedbackFrame* feedback) {
fix_rate_receiver.h 28 QuicCongestionFeedbackFrame* feedback) OVERRIDE;
inter_arrival_receiver.h 25 QuicCongestionFeedbackFrame* feedback) OVERRIDE;
receive_algorithm_interface.h 25 // Returns false if no QuicCongestionFeedbackFrame block is needed.
28 QuicCongestionFeedbackFrame* feedback) = 0;
tcp_receiver.h 25 QuicCongestionFeedbackFrame* feedback) OVERRIDE;
inter_arrival_receiver.cc 19 QuicCongestionFeedbackFrame* feedback) {
tcp_receiver.cc 19 QuicCongestionFeedbackFrame* feedback) {
quic_congestion_manager.h 45 const QuicCongestionFeedbackFrame& frame,
69 // to attach a QuicCongestionFeedbackFrame block.
70 // Returns false if no QuicCongestionFeedbackFrame block is needed.
73 QuicCongestionFeedbackFrame* feedback);
tcp_receiver_test.cc 23 QuicCongestionFeedbackFrame feedback;
fix_rate_test.cc 48 QuicCongestionFeedbackFrame feedback;
58 QuicCongestionFeedbackFrame feedback;
89 QuicCongestionFeedbackFrame feedback;
quic_congestion_control_test.cc 45 QuicCongestionFeedbackFrame congestion_feedback;
72 QuicCongestionFeedbackFrame feedback;
101 QuicCongestionFeedbackFrame feedback;
fix_rate_sender.h 28 const QuicCongestionFeedbackFrame& feedback,
inter_arrival_receiver_test.cc 26 QuicCongestionFeedbackFrame feedback;
send_algorithm_interface.h 46 const QuicCongestionFeedbackFrame& feedback,
tcp_cubic_sender.h 37 const QuicCongestionFeedbackFrame& feedback,
tcp_cubic_sender_test.cc 73 QuicCongestionFeedbackFrame feedback;
80 // Get default QuicCongestionFeedbackFrame from receiver.
97 QuicCongestionFeedbackFrame feedback;
101 // Get default QuicCongestionFeedbackFrame from receiver.
126 QuicCongestionFeedbackFrame feedback;
130 // Get default QuicCongestionFeedbackFrame from receiver.
169 QuicCongestionFeedbackFrame feedback;
173 // Get default QuicCongestionFeedbackFrame from receiver.
inter_arrival_sender.h 36 const QuicCongestionFeedbackFrame& feedback,
  /external/chromium_org/net/quic/
quic_packet_generator.h 69 virtual QuicCongestionFeedbackFrame* CreateFeedbackFrame() = 0;
138 scoped_ptr<QuicCongestionFeedbackFrame> pending_feedback_frame_;
quic_connection_logger.h 40 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
quic_protocol.h 567 struct NET_EXPORT_PRIVATE QuicCongestionFeedbackFrame {
568 QuicCongestionFeedbackFrame();
569 ~QuicCongestionFeedbackFrame();
572 std::ostream& os, const QuicCongestionFeedbackFrame& c);
637 explicit QuicFrame(QuicCongestionFeedbackFrame* frame)
659 QuicCongestionFeedbackFrame* congestion_feedback_frame;
quic_framer.h 102 const QuicCongestionFeedbackFrame& frame) = 0;
369 QuicCongestionFeedbackFrame* congestion_feedback);
400 const QuicCongestionFeedbackFrame& frame,
quic_connection.h 119 const QuicCongestionFeedbackFrame& frame) = 0;
274 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
288 virtual QuicCongestionFeedbackFrame* CreateFeedbackFrame() OVERRIDE;
576 std::vector<QuicCongestionFeedbackFrame> last_congestion_frames_;
580 QuicCongestionFeedbackFrame outgoing_congestion_feedback_;
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 63 const QuicCongestionFeedbackFrame& frame) OVERRIDE {
97 const vector<QuicCongestionFeedbackFrame>& feedback_frames() const {
120 vector<QuicCongestionFeedbackFrame> feedback_frames_;
182 const vector<QuicCongestionFeedbackFrame>&
simple_quic_framer.h 41 const std::vector<QuicCongestionFeedbackFrame>& feedback_frames() const;
quic_test_utils.h 74 bool(const QuicCongestionFeedbackFrame& frame));
103 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
143 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
155 QuicCongestionFeedbackFrame* feedback() { return feedback_.get(); }
168 scoped_ptr<QuicCongestionFeedbackFrame> feedback_;
328 void(const QuicCongestionFeedbackFrame&,

Completed in 90 milliseconds

1 2