HomeSort by relevance Sort by last modified time
    Searched defs:host_and_port (Results 1 - 5 of 5) 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/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

Completed in 48 milliseconds