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

  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service.h 284 base::TimeTicks last_incident_time_; member in class:safe_browsing::IncidentReportingService
incident_reporting_service.cc 536 if (!last_incident_time_.is_null()) {
538 base::TimeTicks::Now() - last_incident_time_);
540 last_incident_time_ = base::TimeTicks::Now();
632 last_incident_time_ = base::TimeTicks();
736 last_incident_time_ = base::TimeTicks();
    [all...]

Completed in 817 milliseconds