HomeSort by relevance Sort by last modified time
    Searched full:last_notification_time (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/webkit/browser/quota/
storage_monitor.cc 62 base::TimeDelta delta = current_time - it->second.last_notification_time;
63 if (it->second.last_notification_time.is_null() ||
66 it->second.last_notification_time = current_time;
storage_monitor.h 52 base::TimeTicks last_notification_time; member in struct:quota::StorageObserverList::ObserverState
  /external/chromium_org/content/browser/quota/
storage_monitor_unittest.cc 152 state.last_notification_time = base::TimeTicks::Now() - state.rate;

Completed in 99 milliseconds