Home | History | Annotate | Download | only in base

Lines Matching refs:LastAccessDate

81 // Default minimum delay after updating a cookie's LastAccessDate before we
498 if ((current - cc->LastAccessDate()) < last_access_threshold_)
573 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
574 return it1->second->LastAccessDate() < it2->second->LastAccessDate();