Lines Matching refs:domain
56 // loading of cookies for a specfic domain key(eTLD+1). In the former case, the
60 // loads cookies for the specified domain key(eTLD+1) on DB thread.
65 // - Verify that our domain enforcement and non-dotted handling is correct
72 // * The 'top level domain' (TLD) of an internet domain name is
75 // * The 'effective top level domain' (eTLD) is the longest
76 // "." initiated terminal substring of an internet domain name
77 // that is controlled by a general domain registrar.
79 // * The 'effective top level domain plus one' (eTLD+1) is the
81 // domain name that is not controlled by a general domain
91 // effective domain of the cookies. If the domain of the cookie has an
92 // eTLD+1, that is the key for the map. If the domain of the cookie does not
94 // not legal to have domain cookies without an eTLD+1). This rule
112 // When the number of cookies gets to k{Domain,}MaxCookies
113 // purge down to k{Domain,}MaxCookies - k{Domain,}PurgeCookies.
118 // Note that the DOMAIN values are per eTLD+1; see comment for the
124 // kMaxCookies. This does not affect domain garbage collection.
130 // Quota for cookies with {low, medium, high} priorities within a domain.
156 // name, value, domain, etc. are each provided as separate strings. This
164 const std::string& domain,
180 // using given url scheme, host / domain and path and options. This does not
199 // but does not include any domain cookies that may apply to this host.
291 // Enables the new garbage collection algorithm where domain cookie eviction
369 // Cookies evicted during domain level garbage collection that
373 // Cookies evicted during domain level garbage collection that
400 const std::string& domain,
470 // task(s) pending loading of cookies associated with the domain key
471 // (eTLD+1). Called when all cookies for the domain key(eTLD+1) have been
509 // Delete any cookies that are equivalent to |ecc| (same path, domain, etc).
571 // Find the key (for lookup in cookies_) based on the given domain.
573 std::string GetKey(const std::string& domain) const;
625 // List of domain keys that have been loaded from the DB.
628 // Map of domain keys to their associated task queues. These tasks are blocked
629 // until all cookies for the associated domain key eTLD+1 are loaded from the
735 // Does a priority load of all cookies for the domain key (eTLD+1). The
737 // loads, which includes cookies for the requested domain key if they are not