Lines Matching refs:cookie
36 // Constructs a Cookie object as defined by the cookies API. This function
40 const net::CookieMonster::CanonicalCookie& cookie,
49 // Retrieves all cookies from the given cookie store corresponding to the given
50 // URL. If the URL is empty, all cookies in the cookie store are retrieved.
55 // Constructs a URL from a cookie's information for use in checking
56 // a cookie against the extension's host permissions. The Secure
57 // property of the cookie defines the URL scheme, and the cookie's
60 const net::CookieMonster::CanonicalCookie& cookie);
62 // Looks through all cookies in the given cookie store, and appends to the
63 // match list all the cookies that both match the given URL and cookie details
76 // A class representing the cookie filter parameters passed into
89 // Returns true if the given cookie matches the properties in the match
91 bool MatchesCookie(const net::CookieMonster::CanonicalCookie& cookie);
104 // Returns true if the given cookie domain string matches the filter's
105 // domain. Any cookie domain which is equal to or is a subdomain of the