Home | History | Annotate | Download | only in quic

Lines Matching defs:QuicConnection

51 class QuicConnection;
99 // Interface which gets callbacks from the QuicConnection at interesting
178 class NET_EXPORT_PRIVATE QuicConnection
189 // Constructs a new QuicConnection for the specified |guid| and |address|.
191 QuicConnection(QuicGuid guid,
197 virtual ~QuicConnection();
209 // The |delegate| is not owned by the QuicConnection and must outlive it.
466 ScopedPacketBundler(QuicConnection* connection, bool include_ack);
470 QuicConnection* connection_;
770 DISALLOW_COPY_AND_ASSIGN(QuicConnection);