Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A Dcanonical_cookie.cc814 bool same_partition_key = PartitionKey() == secure_cookie.PartitionKey(); in IsEquivalentForSecureCookieMatching() local
830 same_partition_key && same_name && domain_match && path_match; in IsEquivalentForSecureCookieMatching()