Home
last modified time | relevance | path

Searched refs:GetHostAndPort (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_handler_ntlm.cc140 target.append(GetHostAndPort(origin)); in CreateSPN()
Dhttp_auth_handler_digest.cc311 *path = GetHostAndPort(url); in GetRequestMethodAndPath()
Dhttp_network_transaction.cc115 dict->SetString("host_and_port", GetHostAndPort(*url)); in NetLogSSLVersionFallbackCallback()
361 << GetHostAndPort(request_->url) << "."; in Read()
/external/chromium_org/net/base/
Dnet_util_unittest.cc294 TEST(NetUtilTest, GetHostAndPort) { in TEST() argument
307 std::string host_and_port = GetHostAndPort(tests[i].url); in TEST()
Dnet_util.h101 NET_EXPORT std::string GetHostAndPort(const GURL& url);
Dnet_util.cc410 std::string GetHostAndPort(const GURL& url) { in GetHostAndPort() function
/external/chromium_org/net/socket_stream/
Dsocket_stream.cc835 GetHostAndPort(url_).c_str(), in DoWriteTunnelHeaders()