Searched refs:compute_schemefully (Results 1 – 3 of 3) sorted by relevance
144 bool compute_schemefully) { in ComputeSameSiteContext() argument148 [&site_for_cookies, compute_schemefully](const GURL& url) { in ComputeSameSiteContext()150 url, compute_schemefully); in ComputeSameSiteContext()172 .IsFirstPartyWithSchemefulMode(request_url, compute_schemefully); in ComputeSameSiteContext()795 for (bool compute_schemefully : {false, true}) { in ComputeSameSiteContextForResponse()799 .IsFirstPartyWithSchemefulMode(request_url, compute_schemefully); in ComputeSameSiteContextForResponse()802 [&site_for_cookies, compute_schemefully](const GURL& url) { in ComputeSameSiteContextForResponse()804 url, compute_schemefully); in ComputeSameSiteContextForResponse()812 compute_schemefully ? result.schemeful_metadata() : result.metadata(); in ComputeSameSiteContextForResponse()
70 bool compute_schemefully) const { in IsFirstPartyWithSchemefulMode()71 if (compute_schemefully) in IsFirstPartyWithSchemefulMode()
94 bool compute_schemefully) const;