Home | History | Annotate | Download | only in cookies

Lines Matching refs:LastAccessDate

126 // Default minimum delay after updating a cookie's LastAccessDate before we
158 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
159 return it1->second->LastAccessDate() < it2->second->LastAccessDate();
206 // sorts the first |num_sort| + 1 elements by LastAccessDate().
208 // from |cookies_its_begin|, a LastAccessDate() bound can be found.
243 return it->second->LastAccessDate() < access_date;
247 // from a CookieItVector sorted by LastAccessDate(), returns the
1503 const Time cookie_access_time((*it)->LastAccessDate());
1858 if ((current - cc->LastAccessDate()) < last_access_threshold_)
1863 (current - cc->LastAccessDate()).InMinutes());
2016 earliest_access_time_ = (*global_purge_it)->second->LastAccessDate();
2055 (current - (*it)->second->LastAccessDate()).InMinutes());