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

1 2

  /external/chromium_org/net/tools/quic/
quic_server.h 34 const QuicVersionVector& supported_versions);
90 const QuicVersionVector& supported_versions() const { function in class:net::tools::QuicServer
quic_dispatcher.cc 164 const QuicVersionVector& supported_versions,
171 supported_versions_(supported_versions),
172 supported_versions_no_flow_control_(supported_versions),
173 supported_versions_no_connection_flow_control_(supported_versions),
175 framer_(supported_versions, /*unused*/ QuicTime::Zero(), true),
417 writer_.get(), this, epoll_server(), supported_versions());
quic_client.h 54 const QuicVersionVector& supported_versions,
59 const QuicVersionVector& supported_versions,
quic_dispatcher.h 59 // must live until epoll_server Shutdown. |supported_versions| specifies the
63 const QuicVersionVector& supported_versions,
135 const QuicVersionVector& supported_versions() const { function in class:net::tools::QuicDispatcher
quic_time_wait_list_manager.h 54 const QuicVersionVector& supported_versions);
quic_server.cc 52 const QuicVersionVector& supported_versions)
60 supported_versions_(supported_versions) {
quic_client.cc 38 const QuicVersionVector& supported_versions,
50 supported_versions_(supported_versions),
57 const QuicVersionVector& supported_versions,
71 supported_versions_(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,
110 supported_versions,
120 const QuicVersionVector& supported_versions,
124 supported_versions,
163 const QuicVersionVector& supported_versions)
169 supported_versions,
177 const QuicVersionVector& supported_versions)
183 supported_versions,
193 const QuicVersionVector& supported_versions)
201 supported_versions,
    [all...]
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/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
_base.py 69 def __init__(self, name, supported_versions=''):
77 self.supported_versions = supported_versions
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
_base.py 69 def __init__(self, name, supported_versions=''):
77 self.supported_versions = supported_versions
  /external/chromium_org/net/quic/
quic_dispatcher.cc 159 const QuicVersionVector& supported_versions,
166 supported_versions_(supported_versions),
167 supported_versions_no_flow_control_(supported_versions),
168 supported_versions_no_connection_flow_control_(supported_versions),
170 framer_(supported_versions, /*unused*/ QuicTime::Zero(), true),
406 writer_.get(), this, helper_, supported_versions());
quic_dispatcher.h 55 // must live until epoll_server Shutdown. |supported_versions| specifies the
59 const QuicVersionVector& supported_versions,
126 const QuicVersionVector& supported_versions() const { function in class:net::QuicDispatcher
quic_time_wait_list_manager.h 50 const QuicVersionVector& supported_versions);
quic_packet_generator.h 144 // Creates a version negotiation packet which supports |supported_versions|.
149 const QuicVersionVector& supported_versions);
quic_framer.h 187 // QuicDecrypter for level ENCRYPTION_NONE. |supported_versions| specifies the
189 // version in |supported_versions|.
190 QuicFramer(const QuicVersionVector& supported_versions,
214 const QuicVersionVector& supported_versions() const { function in class:net::QuicFramer
327 const QuicVersionVector& supported_versions);
quic_packet_creator.h 178 // Creates a version negotiation packet which supports |supported_versions|.
183 const QuicVersionVector& supported_versions);
quic_packet_generator.cc 350 const QuicVersionVector& supported_versions) {
351 return packet_creator_.SerializeVersionNegotiationPacket(supported_versions);
quic_connection.h 232 const QuicVersionVector& supported_versions);
315 const QuicVersionVector& supported_versions() const { function in class:net::QuicConnection
316 return framer_.supported_versions();
quic_packet_creator.cc 421 const QuicVersionVector& supported_versions) {
427 header.versions = supported_versions;
429 framer_->BuildVersionNegotiationPacket(header, supported_versions);
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.h 33 explicit SimpleQuicFramer(const QuicVersionVector& supported_versions);
simple_quic_framer.cc 194 SimpleQuicFramer::SimpleQuicFramer(const QuicVersionVector& supported_versions)
195 : framer_(supported_versions, QuicTime::Zero(), true) {
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config_test.cc 135 QuicVersionVector supported_versions = QuicSupportedVersions(); local
136 if (supported_versions.size() == 1) {
141 for (size_t i = supported_versions.size(); i > 0; --i) {
143 QuicVersionToQuicTag(supported_versions[i - 1]));
154 config.ProcessServerHello(msg, 0, supported_versions,

Completed in 709 milliseconds

1 2