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

  /external/chromium/chrome/browser/net/
url_info.h 144 // IsStillCached() guesses if the DNS cache still has IP data.
145 bool IsStillCached() const;
url_info.cc 57 return !IsStillCached(); // See if DNS cache expired.
166 // IsStillCached() guesses if the DNS cache still has IP data,
168 bool UrlInfo::IsStillCached() const {

Completed in 137 milliseconds