Home | History | Annotate | Download | only in cookies

Lines Matching refs:domain

57 // loading of cookies for a specfic domain key(eTLD+1). In the former case, the
61 // loads cookies for the specified domain key(eTLD+1) on DB thread.
66 // - Verify that our domain enforcement and non-dotted handling is correct
73 // * The 'top level domain' (TLD) of an internet domain name is
76 // * The 'effective top level domain' (eTLD) is the longest
77 // "." initiated terminal substring of an internet domain name
78 // that is controlled by a general domain registrar.
80 // * The 'effective top level domain plus one' (eTLD+1) is the
82 // domain name that is not controlled by a general domain
92 // effective domain of the cookies. If the domain of the cookie has an
93 // eTLD+1, that is the key for the map. If the domain of the cookie does not
95 // not legal to have domain cookies without an eTLD+1). This rule
113 // When the number of cookies gets to k{Domain,}MaxCookies
114 // purge down to k{Domain,}MaxCookies - k{Domain,}PurgeCookies.
119 // Note that the DOMAIN values are per eTLD+1; see comment for the
125 // kMaxCookies. This does not affect domain garbage collection.
131 // Quota for cookies with {low, medium, high} priorities within a domain.
158 // name, value, domain, etc. are each provided as separate strings. This
166 const std::string& domain,
182 // using given url scheme, host / domain and path and options. This does not
196 // but does not include any domain cookies that may apply to this host.
278 // all http_only and secure cookies, but does not include any domain
318 // Find the key (for lookup in cookies_) based on the given domain.
320 std::string GetKey(const std::string& domain) const;
383 // Cookies evicted during domain level garbage collection that
387 // Cookies evicted during domain level garbage collection that
419 const std::string& domain,
493 // task(s) pending loading of cookies associated with the domain key
494 // (eTLD+1). Called when all cookies for the domain key(eTLD+1) have been
532 // Delete any cookies that are equivalent to |ecc| (same path, domain, etc).
647 // List of domain keys that have been loaded from the DB.
650 // Map of domain keys to their associated task queues. These tasks are blocked
651 // until all cookies for the associated domain key eTLD+1 are loaded from the
759 // Does a priority load of all cookies for the domain key (eTLD+1). The
761 // loads, which includes cookies for the requested domain key if they are not