Home
last modified time | relevance | path

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

/external/cronet/net/cookies/
Dcookie_monster_change_dispatcher.cc49 same_party_attribute_enabled_(same_party_attribute_enabled), in Subscription()
79 cookie, options, same_party_attribute_enabled_); in DispatchChange()
126 same_party_attribute_enabled_(same_party_attribute_enabled) {} in CookieMonsterChangeDispatcher()
168 same_party_attribute_enabled_, std::move(callback)); in AddCallbackForCookie()
185 same_party_attribute_enabled_, std::move(callback)); in AddCallbackForUrl()
200 same_party_attribute_enabled_, std::move(callback)); in AddCallbackForAllChanges()
Dcookie_monster_change_dispatcher.h110 bool same_party_attribute_enabled_; variable
160 const bool same_party_attribute_enabled_; variable
Dcookie_monster.cc380 : same_party_attribute_enabled_(base::FeatureList::IsEnabled( in CookieMonster()
382 change_dispatcher_(this, same_party_attribute_enabled_), in CookieMonster()
1213 same_party_attribute_enabled_)}); in FilterCookiesWithOptions()
1494 *cc, options, same_party_attribute_enabled_)), in SetCanonicalCookie()
Dcookie_monster.h723 bool same_party_attribute_enabled_ = false; variable