Searched refs:IsEquivalentForSecureCookieMatching (Results 1 – 5 of 5) sorted by relevance
1103 EXPECT_TRUE(cookie->IsEquivalentForSecureCookieMatching(*cookie)); in TEST()1111 EXPECT_TRUE(other_cookie->IsEquivalentForSecureCookieMatching(*cookie)); in TEST()1120 EXPECT_TRUE(cookie->IsEquivalentForSecureCookieMatching(*other_cookie)); in TEST()1121 EXPECT_TRUE(other_cookie->IsEquivalentForSecureCookieMatching(*cookie)); in TEST()1129 EXPECT_TRUE(cookie->IsEquivalentForSecureCookieMatching(*other_cookie)); in TEST()1130 EXPECT_TRUE(other_cookie->IsEquivalentForSecureCookieMatching(*cookie)); in TEST()1137 EXPECT_TRUE(cookie->IsEquivalentForSecureCookieMatching(*other_cookie)); in TEST()1138 EXPECT_TRUE(other_cookie->IsEquivalentForSecureCookieMatching(*cookie)); in TEST()1145 EXPECT_TRUE(cookie->IsEquivalentForSecureCookieMatching(*other_cookie)); in TEST()1146 EXPECT_TRUE(other_cookie->IsEquivalentForSecureCookieMatching(*cookie)); in TEST()[all …]
77 CHECK(sanitized_cookie->IsEquivalentForSecureCookieMatching(copied_cookie)); in LLVMFuzzerTestOneInput()
307 bool IsEquivalentForSecureCookieMatching(
933 bool CanonicalCookie::IsEquivalentForSecureCookieMatching( in IsEquivalentForSecureCookieMatching() function in net::CanonicalCookie
1296 cookie_being_set.IsEquivalentForSecureCookieMatching( in MaybeDeleteEquivalentCookieAndUpdateStatus()