Searched refs:HostForURL (Results 1 – 6 of 6) sorted by relevance
31 return base::StringPrintf("%s:%u", HostForURL().c_str(), port_); in ToString()34 std::string HostPortPair::HostForURL() const { in HostForURL() function in net::HostPortPair
63 std::string HostForURL() const;
46 return base::StringPrintf("%s:%u", HostForURL().c_str(), port_); in ToString()49 std::string HostPortPair::HostForURL() const { in HostForURL() function in net::HostPortPair
72 std::string HostForURL() const;
51 test_server.host_port_pair().HostForURL() + ":%/multipart'"); in TEST_F()
228 std::string host = ws_server.host_port_pair().HostForURL(); in RunTestWithWebSocketServer()