Searched defs:CookieMonsterTestTraits (Results 1 – 2 of 2) sorted by relevance
88 struct CookieMonsterTestTraits { struct89 static scoped_refptr<CookieStore> Create() { in Create()93 static const bool is_cookie_monster = true;94 static const bool supports_http_only = true;95 static const bool supports_non_dotted_domains = true;96 static const bool supports_trailing_dots = true;97 static const bool filters_schemes = true;98 static const bool has_path_prefix_bug = false;99 static const int creation_time_granularity_in_ms = 0;
502 struct CookieMonsterTestTraits { struct