Home | History | Annotate | Download | only in base

Lines Matching refs:LastAccessDate

81 // Default minimum delay after updating a cookie's LastAccessDate before we
114 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
115 return it1->second->LastAccessDate() < it2->second->LastAccessDate();
342 (*(cookie_its->begin() + num_purge))->second->LastAccessDate();
888 const Time cookie_access_time((*it)->LastAccessDate());
1274 if ((current - cc->LastAccessDate()) < last_access_threshold_)
1279 (current - cc->LastAccessDate()).InMinutes());
1391 (*(cookie_its.begin() + num_evicted))->second->LastAccessDate();
1434 (*it)->second->LastAccessDate() < keep_accessed_after) {
1436 (current - (*it)->second->LastAccessDate()).InMinutes());