Home | History | Annotate | Download | only in base

Lines Matching refs:base

5 #include "net/base/host_cache.h"
7 #include "base/logging.h"
8 #include "net/base/net_errors.h"
16 base::TimeTicks expiration)
26 base::TimeDelta success_entry_ttl,
27 base::TimeDelta failure_entry_ttl)
37 base::TimeTicks now) const {
56 base::TimeTicks now) {
61 base::TimeTicks expiration = now +
99 base::TimeDelta HostCache::success_entry_ttl() const {
104 base::TimeDelta HostCache::failure_entry_ttl() const {
116 bool HostCache::CanUseEntry(const Entry* entry, const base::TimeTicks now) {
120 void HostCache::Compact(base::TimeTicks now, const Entry* pinned_entry) {