Home
last modified time | relevance | path

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

/external/cronet/net/cookies/
Dcanonical_cookie_unittest.cc1103 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 …]
Dcanonical_cookie_fuzzer.cc77 CHECK(sanitized_cookie->IsEquivalentForSecureCookieMatching(copied_cookie)); in LLVMFuzzerTestOneInput()
Dcanonical_cookie.h307 bool IsEquivalentForSecureCookieMatching(
Dcanonical_cookie.cc933 bool CanonicalCookie::IsEquivalentForSecureCookieMatching( in IsEquivalentForSecureCookieMatching() function in net::CanonicalCookie
Dcookie_monster.cc1296 cookie_being_set.IsEquivalentForSecureCookieMatching( in MaybeDeleteEquivalentCookieAndUpdateStatus()