GetHostAndOptionalPort  109 chrome/browser/extensions/api/desktop_capture/desktop_capture_api.cc         net::GetHostAndOptionalPort(origin_) : origin_.spec());
GetHostAndOptionalPort  158 chrome/browser/media/media_capture_devices_dispatcher.cc     title = url.SchemeIsSecure() ? net::GetHostAndOptionalPort(url)
GetHostAndOptionalPort  110 net/base/net_util.h NET_EXPORT_PRIVATE std::string GetHostAndOptionalPort(const GURL& url);
GetHostAndOptionalPort 2355 net/base/net_util_unittest.cc TEST(NetUtilTest, GetHostAndOptionalPort) {
GetHostAndOptionalPort 2368 net/base/net_util_unittest.cc     std::string host_and_port = GetHostAndOptionalPort(tests[i].url);
GetHostAndOptionalPort  840 net/http/http_network_transaction.cc                              GetHostAndOptionalPort(request_->url));
GetHostAndOptionalPort   33 net/http/proxy_client_socket.cc                              GetHostAndOptionalPort(request_info.url));
GetHostAndOptionalPort  826 net/socket_stream/socket_stream.cc     request_headers.SetHeader("Host", GetHostAndOptionalPort(url_));
GetHostAndOptionalPort  110 net/spdy/spdy_http_utils.cc     (*headers)["host"] = GetHostAndOptionalPort(info.url);
GetHostAndOptionalPort  119 net/spdy/spdy_http_utils.cc     (*headers)[":host"] = GetHostAndOptionalPort(info.url);
GetHostAndOptionalPort  258 net/url_request/url_request_unittest.cc   EXPECT_EQ(GetHostAndOptionalPort(host_url), sent_value);