Searched defs:CookiesInputInfo (Results 1 – 1 of 1) sorted by relevance
950 struct CookiesInputInfo { struct951 const GURL url;952 const std::string name;953 const std::string value;954 const std::string domain;955 const std::string path;956 const base::Time expiration_time;957 bool secure;958 bool http_only;959 CookieSameSite same_site;[all …]