Searched refs:HostForURL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/base/
H A Dhost_port_pair.cc47 return base::StringPrintf("%s:%u", HostForURL().c_str(), port_);
50 std::string HostPortPair::HostForURL() const { function in class:net::HostPortPair
H A Dhost_port_pair_unittest.cc66 TEST(HostPortPairTest, HostForURL) {
69 EXPECT_EQ(tests[index].host_for_url, foo.HostForURL());
76 EXPECT_DFATAL(bar.HostForURL(), expected_error);
H A Dhost_port_pair.h72 std::string HostForURL() const;
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.cc312 std::string bracketed_host = HostPortPair(host, 80).HostForURL();
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc225 std::string host = ws_server.host_port_pair().HostForURL();

Completed in 135 milliseconds