Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_auth_handler_ntlm.cc147 target.append(ASCIIToWide(GetHostAndPort(origin))); in CreateSPN()
Dhttp_auth_handler_digest.cc308 *path = GetHostAndPort(url); in GetRequestMethodAndPath()
Dhttp_auth_controller.cc497 auth_info_->host_and_port = ASCIIToWide(GetHostAndPort(auth_origin_)); in PopulateAuthChallenge()
Dhttp_proxy_client_socket.cc276 << GetHostAndPort(request_.url) << "."; in LogBlockedTunnelResponse()
Dhttp_network_transaction.cc326 << GetHostAndPort(request_->url) << "."; in Read()
1159 GetHostAndPort(request_->url)); in HandleSSLHandshakeError()
/external/chromium/net/url_request/
Durl_request_ftp_job.cc198 GetHostAndPort(request_->url())); in GetAuthChallengeInfo()
/external/chromium/net/base/
Dnet_util.h106 std::string GetHostAndPort(const GURL& url);
Dnet_util_unittest.cc1366 TEST(NetUtilTest, GetHostAndPort) { in TEST() argument
1379 std::string host_and_port = GetHostAndPort(tests[i].url); in TEST()
Dnet_util.cc1668 std::string GetHostAndPort(const GURL& url) { in GetHostAndPort() function
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt.cc447 } else if (net::GetHostAndPort(request_url_) != host_and_port) { in MakeInputForPasswordManager()
/external/chromium/net/socket_stream/
Dsocket_stream.cc644 GetHostAndPort(url_).c_str(), in DoWriteTunnelHeaders()