Home
last modified time | relevance | path

Searched refs:collation_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dincident_reporting_service.cc262 collation_timer_(FROM_HERE, in IncidentReportingService()
351 collation_timer_(FROM_HERE, in IncidentReportingService()
565 collation_timer_.Reset(); in BeginIncidentCollation()
650 collation_timer_.Reset(); in OnCollationTimeout()
Dincident_reporting_service.h273 base::DelayTimer<IncidentReportingService> collation_timer_; variable