HomeSort by relevance Sort by last modified time
    Searched refs:IsStillCached (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/net/
url_info.h 140 // IsStillCached() guesses if the DNS cache still has IP data.
141 bool IsStillCached() const;
url_info.cc 93 return !IsStillCached(); // See if DNS cache expired.
188 // IsStillCached() guesses if the DNS cache still has IP data,
190 bool UrlInfo::IsStillCached() const {

Completed in 237 milliseconds