Home
last modified time | relevance | path

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

/external/cronet/net/dns/
Dhost_cache.h398 static const HostCache::EntryStaleness kNotStale; variable
Dhost_cache.cc697 const HostCache::EntryStaleness HostCache::kNotStale = {base::Seconds(-1), 0, member in net::HostCache