Searched refs:CookieDomainAndPathToURL (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/cookies/ |
H A D | cookie_util.cc | 518 GURL CookieDomainAndPathToURL(const std::string& domain, in CookieDomainAndPathToURL() function 529 GURL CookieDomainAndPathToURL(const std::string& domain, in CookieDomainAndPathToURL() function 532 return CookieDomainAndPathToURL( in CookieDomainAndPathToURL() 537 GURL CookieDomainAndPathToURL(const std::string& domain, in CookieDomainAndPathToURL() function 540 return CookieDomainAndPathToURL(domain, path, in CookieDomainAndPathToURL() 545 return CookieDomainAndPathToURL(domain, "/", is_https); in CookieOriginToURL() 550 return CookieDomainAndPathToURL(cookie.Domain(), cookie.Path(), in SimulatedCookieSource()
|
H A D | cookie_util.h | 104 NET_EXPORT GURL CookieDomainAndPathToURL(const std::string& domain, 107 NET_EXPORT GURL CookieDomainAndPathToURL(const std::string& domain, 110 NET_EXPORT GURL CookieDomainAndPathToURL(const std::string& domain,
|
H A D | cookie_util_unittest.cc | 531 TEST(CookieUtilTest, CookieDomainAndPathToURL) { in TEST() argument 551 GURL url1 = cookie_util::CookieDomainAndPathToURL(test.domain, test.path, in TEST() 553 GURL url2 = cookie_util::CookieDomainAndPathToURL( in TEST()
|