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

  /external/chromium/net/base/
ssl_cert_request_info.h 29 std::string host_and_port; member in class:net::SSLCertRequestInfo
auth.h 31 std::wstring host_and_port; // <host>:<port> of the server asking for auth member in class:net::AuthChallengeInfo
net_util_unittest.cc 1379 std::string host_and_port = GetHostAndPort(tests[i].url); local
1380 EXPECT_EQ(std::string(tests[i].expected_host_and_port), host_and_port); local
1397 std::string host_and_port = GetHostAndOptionalPort(tests[i].url); local
1398 EXPECT_EQ(std::string(tests[i].expected_host_and_port), host_and_port); local
    [all...]
  /external/chromium_org/net/ssl/
ssl_cert_request_info.h 44 std::string host_and_port; member in class:net::SSLCertRequestInfo
  /external/chromium_org/chrome/browser/ui/android/
ssl_client_certificate_request.cc 93 net::HostPortPair host_and_port = local
94 net::HostPortPair::FromString(cert_request_info->host_and_port);
97 base::android::ConvertUTF8ToJavaString(env, host_and_port.host());
100 << cert_request_info->host_and_port << "'";
114 host_name_ref.obj(), host_and_port.port())) {
  /external/chromium/net/socket/
ssl_client_socket_openssl.h 40 const HostPortPair& host_and_port,
45 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLClientSocketOpenSSL
ssl_client_socket_pool.h 49 const HostPortPair& host_and_port,
65 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLSocketParams
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 392 std::string host_and_port(auth_info->challenger.ToString());
394 std::string origin = host_and_port;
404 dialog_form.origin = GURL(request_url.scheme() + "://" + host_and_port);
446 string16 host_and_port = ASCIIToUTF16(request_url.scheme() + "://" + local
450 host_and_port) :
452 host_and_port,
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.h 45 const HostPortPair& host_and_port,
50 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLClientSocketOpenSSL
ssl_client_socket_pool.h 47 const HostPortPair& host_and_port,
64 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLSocketParams
  /external/chromium_org/net/tools/quic/
spdy_utils.cc 63 const string& host_and_port,
69 DCHECK(host_and_port.empty() || host_header == host_and_port);
72 block->insert(make_pair(kV3Host, host_and_port));
103 string host_and_port; local
118 host_and_port = request_uri.host();
124 DCHECK(!host_and_port.empty());
129 request_headers, scheme, host_and_port, path, &block);
  /external/chromium_org/net/base/
net_util_unittest.cc 2340 std::string host_and_port = GetHostAndPort(tests[i].url); local
2341 EXPECT_EQ(std::string(tests[i].expected_host_and_port), host_and_port); local
2358 std::string host_and_port = GetHostAndOptionalPort(tests[i].url); local
2359 EXPECT_EQ(std::string(tests[i].expected_host_and_port), host_and_port); local
    [all...]

Completed in 257 milliseconds