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

  /external/chromium/net/base/
ssl_config_service.h 22 next_protos("\007http1.1") {
67 std::string next_protos; member in struct:net::SSLConfig
  /external/chromium/net/http/
http_network_transaction.h 43 static void SetNextProtos(const std::string& next_protos);
http_network_transaction.cc 156 ssl_config_.next_protos = *g_next_protos;
160 void HttpNetworkTransaction::SetNextProtos(const std::string& next_protos) {
162 g_next_protos = new std::string(next_protos);
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.cc 400 if (!ssl_config_.next_protos.empty()) {
403 reinterpret_cast<const unsigned char *>(ssl_config_.next_protos.data()),
404 ssl_config_.next_protos.size());
    [all...]
  /external/chromium/net/flip/
flip_session.cc 224 ssl_config_.next_protos = "\007http1.1\004spdy";
    [all...]

Completed in 112 milliseconds