Lines Matching full:priority
82 // priority load if the key is not loaded yet by calling PersistentCookieStore
219 CookiePriorityEqualsTo(CookiePriority priority)
220 : priority_(priority) {}
223 return it->second->Priority() == priority_;
230 // moves all cookies with a given |priority| to the beginning of the list.
232 // priority != |priority|, or |it_end| if all have priority == |priority|.
236 CookiePriority priority) {
237 return std::partition(it_begin, it_end, CookiePriorityEqualsTo(priority));
416 CookiePriority priority,
427 priority_(priority),
902 CookiePriority priority,
906 expiration_time, secure, http_only, priority,
1084 CookiePriority priority) {
1096 secure, http_only, priority));
1538 // This method could be called multiple times due to priority loading, thus
1942 priority cookies only: evict least-recently
1944 // Round 2: consider {low, medium}-priority cookies, evict least-recently