HomeSort by relevance Sort by last modified time
    Searched refs:QuicCongestionFeedbackFrame (Results 1 - 25 of 47) 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 24 // Returns false if no QuicCongestionFeedbackFrame block is needed.
27 QuicCongestionFeedbackFrame* feedback) = 0;
tcp_receiver.h 28 QuicCongestionFeedbackFrame* feedback) OVERRIDE;
inter_arrival_receiver.cc 19 QuicCongestionFeedbackFrame* feedback) {
tcp_receiver.cc 20 QuicCongestionFeedbackFrame* feedback) {
tcp_receiver_test.cc 23 QuicCongestionFeedbackFrame feedback;
fix_rate_test.cc 48 QuicCongestionFeedbackFrame feedback;
58 QuicCongestionFeedbackFrame feedback;
92 QuicCongestionFeedbackFrame feedback;
fix_rate_sender.h 30 const QuicCongestionFeedbackFrame& feedback,
inter_arrival_receiver_test.cc 26 QuicCongestionFeedbackFrame feedback;
pacing_sender.h 37 const QuicCongestionFeedbackFrame& feedback,
send_algorithm_interface.h 67 const QuicCongestionFeedbackFrame& feedback,
tcp_cubic_sender_test.cc 83 QuicCongestionFeedbackFrame feedback;
90 // Get default QuicCongestionFeedbackFrame from receiver.
108 QuicCongestionFeedbackFrame feedback;
112 // Get default QuicCongestionFeedbackFrame from receiver.
137 QuicCongestionFeedbackFrame feedback;
141 // Get default QuicCongestionFeedbackFrame from receiver.
181 QuicCongestionFeedbackFrame feedback;
185 // Get default QuicCongestionFeedbackFrame from receiver.
286 QuicCongestionFeedbackFrame feedback;
290 // Get default QuicCongestionFeedbackFrame from receiver
    [all...]
inter_arrival_sender.h 38 const QuicCongestionFeedbackFrame& feedback,
tcp_cubic_sender.h 42 const QuicCongestionFeedbackFrame& feedback,
  /external/chromium_org/net/quic/
quic_packet_generator.h 71 virtual QuicCongestionFeedbackFrame* CreateFeedbackFrame() = 0;
163 scoped_ptr<QuicCongestionFeedbackFrame> pending_feedback_frame_;
quic_connection_logger.h 44 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
quic_received_packet_manager.h 53 // to attach a QuicCongestionFeedbackFrame block.
54 // Returns false if no QuicCongestionFeedbackFrame block is needed.
57 QuicCongestionFeedbackFrame* feedback);
quic_connection.h 140 const QuicCongestionFeedbackFrame& frame) = 0;
287 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
300 virtual QuicCongestionFeedbackFrame* CreateFeedbackFrame() OVERRIDE;
662 std::vector<QuicCongestionFeedbackFrame> last_congestion_frames_;
667 QuicCongestionFeedbackFrame outgoing_congestion_feedback_;
quic_protocol.cc 267 QuicCongestionFeedbackFrame::QuicCongestionFeedbackFrame() {
270 QuicCongestionFeedbackFrame::~QuicCongestionFeedbackFrame() {
274 const QuicCongestionFeedbackFrame& congestion_frame) {
quic_protocol.h 654 struct NET_EXPORT_PRIVATE QuicCongestionFeedbackFrame {
655 QuicCongestionFeedbackFrame();
656 ~QuicCongestionFeedbackFrame();
659 std::ostream& os, const QuicCongestionFeedbackFrame& c);
723 explicit QuicFrame(QuicCongestionFeedbackFrame* frame)
745 QuicCongestionFeedbackFrame* congestion_feedback_frame;
    [all...]
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 75 const QuicCongestionFeedbackFrame& frame) OVERRIDE {
109 const vector<QuicCongestionFeedbackFrame>& feedback_frames() const {
132 vector<QuicCongestionFeedbackFrame> feedback_frames_;
194 const vector<QuicCongestionFeedbackFrame>&
simple_quic_framer.h 41 const std::vector<QuicCongestionFeedbackFrame>& feedback_frames() const;
quic_test_utils.h 105 bool(const QuicCongestionFeedbackFrame& frame));
135 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
178 const QuicCongestionFeedbackFrame& frame) OVERRIDE;
193 QuicCongestionFeedbackFrame* feedback() { return feedback_.get(); }
207 scoped_ptr<QuicCongestionFeedbackFrame> feedback_;
383 void(const QuicCongestionFeedbackFrame&,

Completed in 100 milliseconds

1 2