Home
last modified time | relevance | path

Searched refs:IsSchemefulSameSiteEnabled (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/cookies/
Dsite_for_cookies.cc65 url, cookie_util::IsSchemefulSameSiteEnabled()); in IsFirstParty()
87 if (cookie_util::IsSchemefulSameSiteEnabled() || in IsEquivalent()
146 if (cookie_util::IsSchemefulSameSiteEnabled()) in IsNull()
Dcookie_options.cc33 if (cookie_util::IsSchemefulSameSiteEnabled()) in GetContextForCookieInclusion()
42 return cookie_util::IsSchemefulSameSiteEnabled() ? schemeful_metadata() in GetMetadataForCurrentSchemefulMode()
Dcookie_util.h252 NET_EXPORT bool IsSchemefulSameSiteEnabled();
Dcookie_util.cc866 bool IsSchemefulSameSiteEnabled() { in IsSchemefulSameSiteEnabled() function