Home
last modified time | relevance | path

Searched refs:supported_versions (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/net/tools/quic/test_tools/
Dquic_test_client.cc106 const QuicVersionVector& supported_versions, in MockableQuicClient() argument
110 supported_versions, in MockableQuicClient()
120 const QuicVersionVector& supported_versions, in MockableQuicClient() argument
124 supported_versions, in MockableQuicClient()
163 const QuicVersionVector& supported_versions) in QuicTestClient() argument
169 supported_versions, in QuicTestClient()
177 const QuicVersionVector& supported_versions) in QuicTestClient() argument
183 supported_versions, in QuicTestClient()
193 const QuicVersionVector& supported_versions) in QuicTestClient() argument
201 supported_versions, in QuicTestClient()
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);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
D_base.py69 def __init__(self, name, supported_versions=''): argument
77 self.supported_versions = supported_versions
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
D_base.py69 def __init__(self, name, supported_versions=''): argument
77 self.supported_versions = supported_versions
/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config_test.cc147 QuicVersionVector supported_versions = QuicSupportedVersions(); in TEST() local
148 if (supported_versions.size() == 1) { in TEST()
153 for (size_t i = supported_versions.size(); i > 0; --i) { in TEST()
155 QuicVersionToQuicTag(supported_versions[i - 1])); in TEST()
166 config.ProcessServerHello(msg, 0, supported_versions, in TEST()
/external/chromium_org/chrome/browser/
Dio_thread_unittest.cc251 net::QuicVersionVector supported_versions; in TEST_F() local
252 supported_versions.push_back(net::QuicSupportedVersions().back()); in TEST_F()
253 EXPECT_EQ(supported_versions, in TEST_F()
265 net::QuicVersionVector supported_versions; in TEST_F() local
266 supported_versions.push_back(net::QuicSupportedVersions().back()); in TEST_F()
267 EXPECT_EQ(supported_versions, in TEST_F()
/external/chromium_org/net/tools/quic/
Dquic_server.h34 const QuicVersionVector& supported_versions);
90 const QuicVersionVector& supported_versions() const { in supported_versions() function
Dquic_client.cc38 const QuicVersionVector& supported_versions, in QuicClient() argument
50 supported_versions_(supported_versions), in QuicClient()
57 const QuicVersionVector& supported_versions, in QuicClient() argument
71 supported_versions_(supported_versions), in QuicClient()
Dquic_dispatcher.cc184 const QuicVersionVector& supported_versions, in QuicDispatcher() argument
194 supported_versions_(supported_versions), in QuicDispatcher()
196 framer_(supported_versions, /*unused*/ QuicTime::Zero(), true), in QuicDispatcher()
400 writer_.get(), this, epoll_server(), supported_versions()); in CreateQuicTimeWaitListManager()
Dquic_client.h54 const QuicVersionVector& supported_versions,
59 const QuicVersionVector& supported_versions,
Dquic_dispatcher.h83 const QuicVersionVector& supported_versions,
155 const QuicVersionVector& supported_versions() const { in supported_versions() function
Dquic_server.cc57 const QuicVersionVector& supported_versions) in QuicServer() argument
65 supported_versions_(supported_versions) { in QuicServer()
Dquic_time_wait_list_manager.h54 const QuicVersionVector& supported_versions);
/external/chromium_org/net/quic/
Dquic_dispatcher.cc179 const QuicVersionVector& supported_versions, in QuicDispatcher() argument
189 supported_versions_(supported_versions), in QuicDispatcher()
191 framer_(supported_versions, /*unused*/ QuicTime::Zero(), true), in QuicDispatcher()
388 writer_.get(), this, helper_, supported_versions()); in CreateQuicTimeWaitListManager()
Dquic_server.cc37 const QuicVersionVector& supported_versions) in QuicServer() argument
43 supported_versions_(supported_versions), in QuicServer()
Dquic_dispatcher.h79 const QuicVersionVector& supported_versions,
147 const QuicVersionVector& supported_versions() const { in supported_versions() function
Dquic_framer.h192 QuicFramer(const QuicVersionVector& supported_versions,
216 const QuicVersionVector& supported_versions() const { in supported_versions() function
327 const QuicVersionVector& supported_versions);
Dquic_server.h34 const QuicVersionVector& supported_versions);
Dquic_packet_creator.cc434 const QuicVersionVector& supported_versions) { in SerializeVersionNegotiationPacket() argument
440 header.versions = supported_versions; in SerializeVersionNegotiationPacket()
442 framer_->BuildVersionNegotiationPacket(header, supported_versions); in SerializeVersionNegotiationPacket()
Dquic_packet_generator.cc371 const QuicVersionVector& supported_versions) { in SerializeVersionNegotiationPacket() argument
372 return packet_creator_.SerializeVersionNegotiationPacket(supported_versions); in SerializeVersionNegotiationPacket()
Dquic_time_wait_list_manager.h50 const QuicVersionVector& supported_versions);
Dquic_connection.h259 const QuicVersionVector& supported_versions);
338 const QuicVersionVector& supported_versions() const { in supported_versions() function
339 return framer_.supported_versions(); in supported_versions()
/external/chromium_org/net/quic/test_tools/
Dsimple_quic_framer.h33 explicit SimpleQuicFramer(const QuicVersionVector& supported_versions);
Dsimple_quic_framer.cc194 SimpleQuicFramer::SimpleQuicFramer(const QuicVersionVector& supported_versions) in SimpleQuicFramer() argument
195 : framer_(supported_versions, QuicTime::Zero(), true) { in SimpleQuicFramer()
Dquic_test_utils.cc273 const QuicVersionVector& supported_versions) in MockConnection() argument
279 is_server, supported_versions), in MockConnection()
296 const QuicVersionVector& supported_versions) in PacketSavingConnection() argument
297 : MockConnection(is_server, supported_versions) { in PacketSavingConnection()

123