Home
last modified time | relevance | path

Searched refs:QuicConnectionCloseFrame (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/net/quic/test_tools/
Dsimple_quic_framer.cc111 const QuicConnectionCloseFrame& frame) OVERRIDE { in OnConnectionCloseFrame()
136 const vector<QuicConnectionCloseFrame>& connection_close_frames() const { in connection_close_frames()
182 vector<QuicConnectionCloseFrame> connection_close_frames_;
281 const vector<QuicConnectionCloseFrame>&
Dsimple_quic_framer.h43 const std::vector<QuicConnectionCloseFrame>& connection_close_frames() const;
Dquic_test_utils.h179 bool(const QuicConnectionCloseFrame& frame));
217 const QuicConnectionCloseFrame& frame) OVERRIDE;
Dquic_test_packet_maker.cc114 QuicConnectionCloseFrame close; in MakeConnectionClosePacket()
Dquic_test_utils.cc179 const QuicConnectionCloseFrame& frame) { in OnConnectionCloseFrame()
/external/chromium_org/net/quic/
Dquic_protocol.h787 struct NET_EXPORT_PRIVATE QuicConnectionCloseFrame { struct
788 QuicConnectionCloseFrame();
791 std::ostream& os, const QuicConnectionCloseFrame& c);
870 explicit QuicFrame(QuicConnectionCloseFrame* frame);
892 QuicConnectionCloseFrame* connection_close_frame;
Dquic_framer.h139 const QuicConnectionCloseFrame& frame) = 0;
420 bool ProcessConnectionCloseFrame(QuicConnectionCloseFrame* frame);
480 bool AppendConnectionCloseFrame(const QuicConnectionCloseFrame& frame,
Dquic_protocol.cc310 QuicConnectionCloseFrame::QuicConnectionCloseFrame() in QuicConnectionCloseFrame() function in net::QuicConnectionCloseFrame
351 QuicFrame::QuicFrame(QuicConnectionCloseFrame* frame) in QuicFrame()
469 const QuicConnectionCloseFrame& connection_close_frame) { in operator <<()
Dquic_connection.h187 const QuicConnectionCloseFrame& frame) {} in OnConnectionCloseFrame()
365 const QuicConnectionCloseFrame& frame) OVERRIDE;
694 std::vector<QuicConnectionCloseFrame> last_close_frames_;
Dquic_packet_creator.h175 QuicConnectionCloseFrame* close_frame);
Dquic_connection_logger.h62 const QuicConnectionCloseFrame& frame) OVERRIDE;
Dquic_dispatcher.cc127 const QuicConnectionCloseFrame & /*frame*/) OVERRIDE { in OnConnectionCloseFrame() argument
Dquic_connection_logger.cc170 const QuicConnectionCloseFrame* frame, in NetLogQuicConnectionCloseFrameCallback()
637 const QuicConnectionCloseFrame& frame) { in OnConnectionCloseFrame()
Dquic_packet_creator.cc427 QuicConnectionCloseFrame* close_frame) { in SerializeConnectionClose()
Dquic_connection.cc737 const QuicConnectionCloseFrame& frame) { in OnConnectionCloseFrame()
1787 QuicConnectionCloseFrame* frame = new QuicConnectionCloseFrame(); in SendConnectionClosePacket()
Dquic_framer.cc1174 QuicConnectionCloseFrame frame; in ProcessFrameData()
1560 bool QuicFramer::ProcessConnectionCloseFrame(QuicConnectionCloseFrame* frame) { in ProcessConnectionCloseFrame()
2279 const QuicConnectionCloseFrame& frame, in AppendConnectionCloseFrame()
Dquic_connection_test.cc342 const vector<QuicConnectionCloseFrame>& connection_close_frames() const { in connection_close_frames()
914 QuicConnectionCloseFrame qccf; in ConstructClosePacket()
1134 const vector<QuicConnectionCloseFrame>& connection_close_frames = in TEST_P()
3529 QuicConnectionCloseFrame qccf; in TEST_P()
3895 void(const QuicConnectionCloseFrame&));
Dquic_packet_creator_test.cc503 QuicConnectionCloseFrame frame; in TEST_P()
Dquic_framer_test.cc308 const QuicConnectionCloseFrame& frame) OVERRIDE { in OnConnectionCloseFrame()
352 QuicConnectionCloseFrame connection_close_frame_;
4333 QuicConnectionCloseFrame close_frame; in TEST_P()
/external/chromium_org/net/tools/quic/
Dquic_dispatcher.cc132 const QuicConnectionCloseFrame & /*frame*/) OVERRIDE { in OnConnectionCloseFrame() argument