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

  /external/chromium_org/net/socket/
next_proto.cc 10 NextProtoVector next_protos; local
11 next_protos.push_back(kProtoHTTP11);
12 return next_protos;
16 NextProtoVector next_protos; local
17 next_protos.push_back(kProtoHTTP11);
18 next_protos.push_back(kProtoSPDY3);
19 next_protos.push_back(kProtoSPDY31);
20 return next_protos;
25 NextProtoVector next_protos; local
26 next_protos.push_back(kProtoHTTP11)
37 NextProtoVector next_protos; local
45 NextProtoVector next_protos; local
54 NextProtoVector next_protos; local
64 NextProtoVector next_protos; local
    [all...]
  /external/chromium_org/net/ssl/
ssl_config.h 158 std::vector<std::string> next_protos; member in struct:net::SSLConfig
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 221 NextProtoVector next_protos; member in struct:net::SpdySessionDependencies
spdy_test_util_common.cc 55 NextProtoVector next_protos; local
56 next_protos.push_back(kProtoHTTP11);
57 next_protos.push_back(kProtoDeprecatedSPDY2);
58 next_protos.push_back(kProtoSPDY3);
59 next_protos.push_back(kProtoSPDY31);
60 next_protos.push_back(kProtoSPDY4);
61 next_protos.push_back(kProtoQUIC1SPDY3);
62 return next_protos;
460 params.next_protos = session_deps->next_protos;
    [all...]
  /external/chromium_org/net/url_request/
url_request_context_builder.h 71 NextProtoVector next_protos; member in struct:net::URLRequestContextBuilder::HttpNetworkSessionParams
161 // Adjust |http_network_session_params_.next_protos| to enable SPDY and QUIC.
  /external/chromium_org/chrome/browser/
io_thread.h 179 net::NextProtoVector next_protos; member in struct:IOThread::Globals
  /external/chromium_org/net/http/
http_network_session.h 95 NextProtoVector next_protos; member in struct:net::HttpNetworkSession::Params
206 void GetNextProtos(std::vector<std::string>* next_protos) const;
http_network_transaction_unittest.cc 9958 NextProtoVector next_protos; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1314 std::vector<std::string> next_protos; local
    [all...]

Completed in 166 milliseconds