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

  /external/chromium/net/base/
dns_reload_timer.cc 32 // Check if the timer for the calling thread has expired. When no
34 bool Expired() {
95 return dns_timer->Expired();
  /external/chromium/chrome/browser/history/
text_database_manager.h 197 bool Expired(base::TimeTicks now) const;
275 // deleted when the cache entry is removed or expired.
298 // Generates tasks for our periodic checking of expired "recent changes".
text_database_manager.cc 73 bool TextDatabaseManager::PageInfo::Expired(TimeTicks now) const {
549 while (i != recent_changes_.rend() && i->second.Expired(now)) {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2

Completed in 4175 milliseconds