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

  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 74 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
103 const vector<QuicRstStreamFrame>& rst_stream_frames() const {
122 vector<QuicRstStreamFrame> rst_stream_frames_;
178 const vector<QuicRstStreamFrame>& SimpleQuicFramer::rst_stream_frames() const {
simple_quic_framer.h 43 const std::vector<QuicRstStreamFrame>& rst_stream_frames() const;
quic_test_utils.h 76 MOCK_METHOD1(OnRstStreamFrame, bool(const QuicRstStreamFrame& frame));
105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
144 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
156 QuicRstStreamFrame* rst() { return rst_.get(); }
169 scoped_ptr<QuicRstStreamFrame> rst_;
186 MOCK_METHOD1(OnRstStream, void(const QuicRstStreamFrame& frame));
quic_test_utils.cc 94 const QuicRstStreamFrame& frame) {
142 const QuicRstStreamFrame& frame) {
143 rst_.reset(new QuicRstStreamFrame(frame));
  /external/chromium_org/net/quic/
quic_connection_logger.h 41 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
quic_framer.h 105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) = 0;
370 bool ProcessRstStreamFrame(QuicRstStreamFrame* frame);
402 bool AppendRstStreamFramePayload(const QuicRstStreamFrame& frame,
quic_protocol.h 582 struct NET_EXPORT_PRIVATE QuicRstStreamFrame {
583 QuicRstStreamFrame() {}
584 QuicRstStreamFrame(QuicStreamId stream_id, QuicRstStreamErrorCode error_code)
641 explicit QuicFrame(QuicRstStreamFrame* frame)
660 QuicRstStreamFrame* rst_stream_frame;
quic_connection.h 65 virtual void OnRstStream(const QuicRstStreamFrame& frame) = 0;
122 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) = 0;
275 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
577 std::vector<QuicRstStreamFrame> last_rst_frames_;
quic_session.h 66 virtual void OnRstStream(const QuicRstStreamFrame& frame) OVERRIDE;
quic_connection_logger.cc 131 const QuicRstStreamFrame* frame,
309 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
quic_session.cc 44 virtual void OnRstStream(const QuicRstStreamFrame& frame) OVERRIDE {
160 void QuicSession::OnRstStream(const QuicRstStreamFrame& frame) {
quic_packet_generator_test.cc 133 QuicRstStreamFrame* CreateRstStreamFrame() {
134 return new QuicRstStreamFrame(1, QUIC_STREAM_NO_ERROR);
quic_framer.cc 941 QuicRstStreamFrame frame;
    [all...]
quic_stream_factory_test.cc 52 QuicRstStreamFrame rst(stream_id, QUIC_STREAM_NO_ERROR);
quic_http_stream_test.cc 248 QuicRstStreamFrame rst(stream_id, QUIC_STREAM_NO_ERROR);
quic_connection.cc 622 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
810 QuicFrame(new QuicRstStreamFrame(id, error)));
    [all...]
quic_network_transaction_unittest.cc 100 QuicRstStreamFrame rst(stream_id, QUIC_STREAM_NO_ERROR);
quic_framer_test.cc 269 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
303 QuicRstStreamFrame rst_stream_frame_;
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.h 92 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
quic_time_wait_list_manager.cc 189 const QuicRstStreamFrame& frame) {

Completed in 81 milliseconds