Searched refs:QuicVersionVector (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/net/quic/
H A Dquic_server.h34 const QuicVersionVector& supported_versions);
90 QuicVersionVector supported_versions_;
H A Dquic_dispatcher.h79 const QuicVersionVector& supported_versions,
147 const QuicVersionVector& supported_versions() const {
238 const QuicVersionVector supported_versions_;
H A Dquic_framer.h192 QuicFramer(const QuicVersionVector& supported_versions,
216 const QuicVersionVector& supported_versions() const {
327 const QuicVersionVector& supported_versions);
369 void SetSupportedVersions(const QuicVersionVector& versions) {
516 QuicVersionVector supported_versions_;
H A Dquic_packet_generator.h153 const QuicVersionVector& supported_versions);
H A Dquic_time_wait_list_manager.h50 const QuicVersionVector& supported_versions);
H A Dquic_connection.h259 const QuicVersionVector& supported_versions);
338 const QuicVersionVector& supported_versions() const {
411 const QuicVersionVector& server_supported_versions() const {
558 bool SelectMutualVersion(const QuicVersionVector& available_versions);
808 QuicVersionVector server_supported_versions_;
H A Dquic_server.cc37 const QuicVersionVector& supported_versions)
H A Dquic_stream_factory.h103 const QuicVersionVector& supported_versions,
272 QuicVersionVector supported_versions_;
H A Dquic_packet_creator.h182 const QuicVersionVector& supported_versions);
H A Dquic_protocol.h312 typedef std::vector<QuicVersion> QuicVersionVector; typedef in namespace:net
315 NET_EXPORT_PRIVATE QuicVersionVector QuicSupportedVersions();
334 const QuicVersionVector& versions);
568 QuicVersionVector versions;
H A Dquic_protocol_test.cc148 QuicVersionVector versions_vector;
/external/chromium_org/net/tools/quic/
H A Dquic_server.h34 const QuicVersionVector& supported_versions);
90 const QuicVersionVector& supported_versions() const {
134 QuicVersionVector supported_versions_;
H A Dquic_client.h54 const QuicVersionVector& supported_versions,
59 const QuicVersionVector& supported_versions,
166 void SetSupportedVersions(const QuicVersionVector& versions) {
263 QuicVersionVector supported_versions_;
H A Dquic_dispatcher.h83 const QuicVersionVector& supported_versions,
155 const QuicVersionVector& supported_versions() const {
248 const QuicVersionVector supported_versions_;
H A Dquic_time_wait_list_manager.h54 const QuicVersionVector& supported_versions);
H A Dquic_client_bin.cc108 net::QuicVersionVector versions;
H A Dquic_server.cc57 const QuicVersionVector& supported_versions)
/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.h33 explicit SimpleQuicFramer(const QuicVersionVector& supported_versions);
56 void SetSupportedVersions(const QuicVersionVector& versions) {
H A Dquic_connection_peer.h120 QuicVersionVector versions);
H A Dquic_connection_peer.cc241 QuicVersionVector versions) {
H A Dquic_test_utils.cc273 const QuicVersionVector& supported_versions)
296 const QuicVersionVector& supported_versions)
621 QuicVersionVector SupportedVersions(QuicVersion version) {
622 QuicVersionVector versions;
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.h39 const QuicVersionVector& supported_versions,
45 const QuicVersionVector& supported_versions,
67 const QuicVersionVector& supported_versions);
71 const QuicVersionVector& supported_versions);
76 const QuicVersionVector& supported_versions);
H A Dquic_test_client.cc106 const QuicVersionVector& supported_versions,
120 const QuicVersionVector& supported_versions,
163 const QuicVersionVector& supported_versions)
177 const QuicVersionVector& supported_versions)
193 const QuicVersionVector& supported_versions)
H A Dquic_test_utils.cc70 const QuicVersionVector& supported_versions)
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.h208 const QuicVersionVector& negotiated_versions,

Completed in 3897 milliseconds

123