Home
last modified time | relevance | path

Searched defs:CookieMonsterTestTraits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_monster_unittest.cc115 struct CookieMonsterTestTraits { struct
116 static std::unique_ptr<CookieStore> Create() { in Create()
121 static void DeliverChangeNotifications() { base::RunLoop().RunUntilIdle(); } in DeliverChangeNotifications()
123 static const bool supports_http_only = true;
124 static const bool supports_non_dotted_domains = true;
125 static const bool preserves_trailing_dots = true;
126 static const bool filters_schemes = true;
127 static const bool has_path_prefix_bug = false;
128 static const bool forbids_setting_empty_name = false;
129 static const bool supports_global_cookie_tracking = true;
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dnew-delete.cpp502 struct CookieMonsterTestTraits { struct