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

  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 136 const vector<QuicConnectionCloseFrame>& connection_close_frames() const { function in class:net::test::SimpleFramerVisitor
247 connection_close_frames().size();
282 SimpleQuicFramer::connection_close_frames() const { function in class:net::test::SimpleQuicFramer
283 return visitor_->connection_close_frames();
  /external/chromium_org/net/quic/
quic_connection_test.cc 342 const vector<QuicConnectionCloseFrame>& connection_close_frames() const { function in class:net::test::__anon14080::TestPacketWriter
343 return framer_.connection_close_frames();
1134 const vector<QuicConnectionCloseFrame>& connection_close_frames = local
    [all...]

Completed in 80 milliseconds