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

  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 106 const vector<QuicConnectionCloseFrame>& connection_close_frames() const { function in class:net::test::SimpleFramerVisitor
179 connection_close_frames().size();
205 SimpleQuicFramer::connection_close_frames() const { function in class:net::test::SimpleQuicFramer
206 return visitor_->connection_close_frames();
simple_quic_framer.h 40 const std::vector<QuicConnectionCloseFrame>& connection_close_frames() const;
  /external/chromium_org/net/quic/
quic_packet_generator_test.cc 167 simple_framer_.connection_close_frames().size());

Completed in 658 milliseconds