HostForURL 239 chrome/test/ppapi/ppapi_test.cc std::string host = ws_server.host_port_pair().HostForURL(); HostForURL 47 net/base/host_port_pair.cc return base::StringPrintf("%s:%u", HostForURL().c_str(), port_); HostForURL 72 net/base/host_port_pair.h std::string HostForURL() const; HostForURL 66 net/base/host_port_pair_unittest.cc TEST(HostPortPairTest, HostForURL) { HostForURL 69 net/base/host_port_pair_unittest.cc EXPECT_EQ(tests[index].host_for_url, foo.HostForURL()); HostForURL 77 net/base/host_port_pair_unittest.cc EXPECT_DFATAL(bar.HostForURL(), expected_error);