Searched refs:HostForURL (Results 1 – 7 of 7) sorted by relevance
85 TEST(HostPortPairTest, HostForURL) { in TEST() argument88 EXPECT_EQ(test.host_for_url, foo.HostForURL()); in TEST()95 EXPECT_DFATAL(bar.HostForURL(), expected_error); in TEST()
107 std::string ret(HostForURL()); in ToString()113 std::string HostPortPair::HostForURL() const { in HostForURL() function in net::HostPortPair
84 std::string HostForURL() const;
103 return host_port_pair().HostForURL(); in GetHost()
91 std::string host_str = host_port_pair.HostForURL(); in RewriteUrl()
161 return absl::get<HostPortPair>(host_).HostForURL(); in GetHostname()
454 key.host_port_pair().HostForURL(), in CreateSpdySessionHelper()