HomeSort by relevance Sort by last modified time
    Searched defs:supported_versions (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/
io_thread_unittest.cc 251 net::QuicVersionVector supported_versions; local
252 supported_versions.push_back(net::QuicSupportedVersions().back());
253 EXPECT_EQ(supported_versions,
265 net::QuicVersionVector supported_versions; local
266 supported_versions.push_back(net::QuicSupportedVersions().back());
267 EXPECT_EQ(supported_versions,
io_thread.cc 1213 net::QuicVersionVector supported_versions; local
1436 net::QuicVersionVector supported_versions = net::QuicSupportedVersions(); local
    [all...]
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config_test.cc 147 QuicVersionVector supported_versions = QuicSupportedVersions(); local
148 if (supported_versions.size() == 1) {
153 for (size_t i = supported_versions.size(); i > 0; --i) {
155 QuicVersionToQuicTag(supported_versions[i - 1]));
166 config.ProcessServerHello(msg, 0, supported_versions,
  /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.h 78 // live until epoll_server Shutdown. |supported_versions| specifies the list
83 const QuicVersionVector& supported_versions,
155 const QuicVersionVector& supported_versions() const { function in class:net::tools::QuicDispatcher
  /external/chromium_org/net/quic/
quic_dispatcher.h 74 // live until epoll_server Shutdown. |supported_versions| specifies the list
79 const QuicVersionVector& supported_versions,
147 const QuicVersionVector& supported_versions() const { function in class:net::QuicDispatcher
quic_framer.h 189 // QuicDecrypter for level ENCRYPTION_NONE. |supported_versions| specifies the
191 // version in |supported_versions|.
192 QuicFramer(const QuicVersionVector& supported_versions,
216 const QuicVersionVector& supported_versions() const { function in class:net::QuicFramer
327 const QuicVersionVector& supported_versions);
quic_protocol.cc 153 QuicVersionVector supported_versions; local
155 supported_versions.push_back(kSupportedQuicVersions[i]);
157 return supported_versions;
quic_connection.cc 190 const QuicVersionVector& supported_versions)
191 : framer_(supported_versions, helper->GetClock()->ApproximateNow(),
279 const QuicVersionVector& supported_versions = framer_.supported_versions(); local
280 for (size_t i = 0; i < supported_versions.size(); ++i) {
281 const QuicVersion& version = supported_versions[i];
    [all...]
quic_connection.h 259 const QuicVersionVector& supported_versions);
338 const QuicVersionVector& supported_versions() const { function in class:net::QuicConnection
339 return framer_.supported_versions();
    [all...]
quic_connection_test.cc 3365 QuicVersionVector supported_versions; local
3403 QuicVersionVector supported_versions; local
3558 QuicVersionVector supported_versions; local
    [all...]

Completed in 431 milliseconds