Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_monster_unittest.cc2140 TEST_F(CookieMonsterTest, GetExcludedCookiesForURL) { in TEST_F() argument
2170 excluded_cookies = GetExcludedCookiesForURL(cm.get(), http_www_foo_.url(), in TEST_F()
2209 excluded_cookies = GetExcludedCookiesForURL(cm.get(), https_www_foo_.url(), in TEST_F()
2267 CookieAccessResultList excluded_cookies = GetExcludedCookiesForURL( in TEST_F()
2279 excluded_cookies = GetExcludedCookiesForURL(cm.get(), www_foo_bar_.url(), in TEST_F()
H A Dcookie_store_unittest.h194 CookieAccessResultList GetExcludedCookiesForURL( in GetExcludedCookiesForURL() function