Searched defs:CookiesInputInfo (Results 1 – 1 of 1) sorted by relevance
995 struct CookiesInputInfo { struct996 const GURL url;997 const std::string name;998 const std::string value;999 const std::string domain;1000 const std::string path;1001 const base::Time expiration_time;1002 bool secure;1003 bool http_only;1004 CookieSameSite same_site;[all …]