Home | History | Annotate | Download | only in dns

Lines Matching full:time

14 #include "base/time/time.h"
78 base::Time now) const;
82 void CleanupRecords(base::Time now,
85 // Returns a time less than or equal to the next time a record will expire.
87 // base::Time when the cache is empty.
88 base::Time next_expiration() const { return next_expiration_; }
99 // Get the effective expiration of a cache entry, based on its creation time
102 static base::Time GetEffectiveExpiration(const RecordParsed* entry);
112 base::Time next_expiration_;