Searched refs:IsStillCached (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_info.h144 // IsStillCached() guesses if the DNS cache still has IP data.
145 bool IsStillCached() const;
H A Durl_info.cc57 return !IsStillCached(); // See if DNS cache expired.
166 // IsStillCached() guesses if the DNS cache still has IP data,
168 bool UrlInfo::IsStillCached() const { function in class:chrome_browser_net::UrlInfo

Completed in 604 milliseconds