Home | History | Annotate | Download | only in cookies

Lines Matching refs:string

8 #include <string>
24 NET_EXPORT std::string GetEffectiveDomain(const std::string& scheme,
25 const std::string& host);
27 // Determine the actual cookie domain based on the domain string passed
33 const std::string& domain_string,
34 std::string* result);
36 // Returns true if a domain string represents a host-only cookie,
38 NET_EXPORT bool DomainIsHostOnly(const std::string& domain_string);
40 // Parses the string with the cookie time (very forgivingly).
41 NET_EXPORT base::Time ParseCookieTime(const std::string& time_string);
44 NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https);
51 // following the cookie-string schema of RFC 6265, section 4.2.1, and returns
55 NET_EXPORT void ParseRequestCookieLine(const std::string& header_value,
61 NET_EXPORT std::string SerializeRequestCookieLine(