Searched defs:writer_factory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_http_stream_test.cc62 const QuicConnection::PacketWriterFactory& writer_factory)
66 writer_factory,
220 TestPacketWriterFactory writer_factory(socket);
223 helper_.get(), writer_factory);
58 TestQuicConnection(const QuicVersionVector& versions, QuicConnectionId connection_id, IPEndPoint address, QuicConnectionHelper* helper, const QuicConnection::PacketWriterFactory& writer_factory) argument
H A Dquic_connection.cc187 const PacketWriterFactory& writer_factory,
194 writer_(writer_factory.Create(this)),
184 QuicConnection(QuicConnectionId connection_id, IPEndPoint address, QuicConnectionHelperInterface* helper, const PacketWriterFactory& writer_factory, bool owns_writer, bool is_server, const QuicVersionVector& supported_versions) argument
/external/chromium_org/net/tools/quic/
H A Dend_to_end_test.cc163 ServerDelegate(TestWriterFactory* writer_factory, argument
165 : writer_factory_(writer_factory),

Completed in 142 milliseconds