Home
last modified time | relevance | path

Searched defs:GetHostAndOptionalPort (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/base/
H A Durl_util.cc262 std::string GetHostAndOptionalPort(const GURL& url) { in GetHostAndOptionalPort() function
270 NET_EXPORT std::string GetHostAndOptionalPort( in GetHostAndOptionalPort() function
H A Durl_util_unittest.cc354 TEST(UrlUtilTest, GetHostAndOptionalPort) { in TEST() argument