OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnRstStreamFrame
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/net/quic/
quic_connection_logger.h
45
virtual void
OnRstStreamFrame
(const QuicRstStreamFrame& frame) OVERRIDE;
quic_connection.h
143
virtual void
OnRstStreamFrame
(const QuicRstStreamFrame& frame) = 0;
288
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& frame) OVERRIDE;
quic_framer.h
110
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& frame) = 0;
quic_connection_logger.cc
370
void QuicConnectionLogger::
OnRstStreamFrame
(const QuicRstStreamFrame& frame) {
quic_connection.cc
608
bool QuicConnection::
OnRstStreamFrame
(const QuicRstStreamFrame& frame) {
611
debug_visitor_->
OnRstStreamFrame
(frame);
[
all
...]
quic_framer.cc
[
all
...]
quic_connection_test.cc
[
all
...]
quic_framer_test.cc
273
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& frame) OVERRIDE {
[
all
...]
/external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.h
101
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& /*frame*/) OVERRIDE;
quic_time_wait_list_manager.cc
241
bool QuicTimeWaitListManager::
OnRstStreamFrame
(
/external/chromium_org/net/quic/test_tools/
quic_test_utils.cc
64
ON_CALL(*this,
OnRstStreamFrame
(_))
103
bool NoOpFramerVisitor::
OnRstStreamFrame
(
169
bool FramerVisitorCapturingFrames::
OnRstStreamFrame
(
quic_test_utils.h
107
MOCK_METHOD1(
OnRstStreamFrame
, bool(const QuicRstStreamFrame& frame));
137
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& frame) OVERRIDE;
179
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& frame) OVERRIDE;
simple_quic_framer.cc
86
virtual bool
OnRstStreamFrame
(const QuicRstStreamFrame& frame) OVERRIDE {
Completed in 88 milliseconds