Home
last modified time | relevance | path

Searched refs:CookieDomainAndPathToURL (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_util.cc518 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 Dcookie_util.h104 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 Dcookie_util_unittest.cc531 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()