Home
last modified time | relevance | path

Searched defs:kNotStale (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache.h396 static const HostCache::EntryStaleness kNotStale; variable
H A Dhost_cache.cc683 const HostCache::EntryStaleness HostCache::kNotStale = {base::Seconds(-1), 0, member in net::HostCache