Searched refs:same_party_attribute_enabled_ (Results 1 – 4 of 4) sorted by relevance
/external/cronet/net/cookies/ |
D | cookie_monster_change_dispatcher.cc | 49 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()
|
D | cookie_monster_change_dispatcher.h | 110 bool same_party_attribute_enabled_; variable 160 const bool same_party_attribute_enabled_; variable
|
D | cookie_monster.cc | 380 : 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()
|
D | cookie_monster.h | 723 bool same_party_attribute_enabled_ = false; variable
|