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

  /external/chromium_org/net/quic/
quic_connection_logger.h 51 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
quic_connection.h 167 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) {}
340 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
quic_dispatcher.cc 121 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) OVERRIDE {
quic_framer.h 133 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) = 0;
quic_connection.cc 715 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
718 debug_visitor_->OnRstStreamFrame(frame);
    [all...]
quic_connection_logger.cc 567 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
    [all...]
quic_framer.cc     [all...]
quic_connection_test.cc     [all...]
quic_framer_test.cc 302 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 175 MOCK_METHOD1(OnRstStreamFrame, bool(const QuicRstStreamFrame& frame));
213 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
simple_quic_framer.cc 105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
quic_test_utils.cc 124 ON_CALL(*this, OnRstStreamFrame(_))
177 bool NoOpFramerVisitor::OnRstStreamFrame(
  /external/chromium_org/net/tools/quic/
quic_dispatcher.cc 126 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) OVERRIDE {

Completed in 5481 milliseconds