HomeSort by relevance Sort by last modified time
    Searched refs:QuicVersionVector (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/net/quic/
quic_dispatcher.h 59 const QuicVersionVector& supported_versions,
126 const QuicVersionVector& supported_versions() const {
130 const QuicVersionVector& supported_versions_no_flow_control() const {
134 const QuicVersionVector& supported_versions_no_connection_flow_control()
201 const QuicVersionVector supported_versions_;
208 QuicVersionVector supported_versions_no_flow_control_;
215 QuicVersionVector supported_versions_no_connection_flow_control_;
quic_time_wait_list_manager.h 50 const QuicVersionVector& supported_versions);
quic_framer.h 190 QuicFramer(const QuicVersionVector& supported_versions,
214 const QuicVersionVector& supported_versions() const {
327 const QuicVersionVector& supported_versions);
369 void SetSupportedVersions(const QuicVersionVector& versions) {
512 QuicVersionVector supported_versions_;
quic_packet_generator.h 149 const QuicVersionVector& supported_versions);
quic_connection.h 232 const QuicVersionVector& supported_versions);
315 const QuicVersionVector& supported_versions() const {
378 const QuicVersionVector& server_supported_versions() const {
511 bool SelectMutualVersion(const QuicVersionVector& available_versions);
765 QuicVersionVector server_supported_versions_;
quic_dispatcher.cc 159 const QuicVersionVector& supported_versions,
187 QuicVersionVector::iterator it =
198 QuicVersionVector::iterator connection_it =
quic_packet_creator.h 183 const QuicVersionVector& supported_versions);
quic_stream_factory.h 101 const QuicVersionVector& supported_versions,
270 QuicVersionVector supported_versions_;
quic_protocol.h 300 typedef std::vector<QuicVersion> QuicVersionVector;
303 NET_EXPORT_PRIVATE QuicVersionVector QuicSupportedVersions();
322 const QuicVersionVector& versions);
549 QuicVersionVector versions;
    [all...]
quic_protocol_test.cc 148 QuicVersionVector versions_vector;
  /external/chromium_org/net/tools/quic/
quic_dispatcher.h 63 const QuicVersionVector& supported_versions,
135 const QuicVersionVector& supported_versions() const {
139 const QuicVersionVector& supported_versions_no_flow_control() const {
143 const QuicVersionVector& supported_versions_no_connection_flow_control()
212 const QuicVersionVector supported_versions_;
219 QuicVersionVector supported_versions_no_flow_control_;
226 QuicVersionVector supported_versions_no_connection_flow_control_;
quic_server.h 34 const QuicVersionVector& supported_versions);
90 const QuicVersionVector& supported_versions() const {
134 QuicVersionVector supported_versions_;
quic_client.h 54 const QuicVersionVector& supported_versions,
59 const QuicVersionVector& supported_versions,
168 void SetSupportedVersions(const QuicVersionVector& versions) {
249 QuicVersionVector supported_versions_;
quic_time_wait_list_manager.h 54 const QuicVersionVector& supported_versions);
quic_dispatcher.cc 164 const QuicVersionVector& supported_versions,
192 QuicVersionVector::iterator it =
203 QuicVersionVector::iterator connection_it = find(
end_to_end_test.cc 76 TestParams(const QuicVersionVector& client_supported_versions,
77 const QuicVersionVector& server_supported_versions,
96 QuicVersionVector client_supported_versions;
97 QuicVersionVector server_supported_versions;
105 QuicVersionVector all_supported_versions = QuicSupportedVersions();
118 QuicVersionVector server_supported_versions;
387 QuicVersionVector client_supported_versions_;
388 QuicVersionVector server_supported_versions_;
    [all...]
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.h 33 explicit SimpleQuicFramer(const QuicVersionVector& supported_versions);
56 void SetSupportedVersions(const QuicVersionVector& versions) {
quic_connection_peer.h 115 QuicVersionVector versions);
quic_test_utils.h 90 QuicVersionVector SupportedVersions(QuicVersion version);
279 MockConnection(bool is_server, const QuicVersionVector& supported_versions);
328 const QuicVersionVector& supported_versions);
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 39 const QuicVersionVector& supported_versions,
45 const QuicVersionVector& supported_versions,
67 const QuicVersionVector& supported_versions);
71 const QuicVersionVector& supported_versions);
76 const QuicVersionVector& supported_versions);
quic_test_client.cc 106 const QuicVersionVector& supported_versions,
120 const QuicVersionVector& supported_versions,
163 const QuicVersionVector& supported_versions)
177 const QuicVersionVector& supported_versions)
193 const QuicVersionVector& supported_versions)
quic_test_utils.cc 53 const QuicVersionVector& supported_versions)
quic_test_utils.h 52 MockConnection(bool is_server, const QuicVersionVector& supported_versions);
  /external/chromium_org/net/http/
http_network_session.h 122 QuicVersionVector quic_supported_versions;
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 206 const QuicVersionVector& negotiated_versions,

Completed in 232 milliseconds

1 2 3