Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dincident_reporting_service.cc156 bool IncidentHasBeenReported(const base::DictionaryValue* incidents_sent, in IncidentHasBeenReported() argument
160 return (incidents_sent && in IncidentHasBeenReported()
161 incidents_sent->GetDictionaryWithoutPathExpansion( in IncidentHasBeenReported()
170 base::DictionaryValue* incidents_sent) { in MarkIncidentsAsReported() argument
175 if (!incidents_sent->GetDictionaryWithoutPathExpansion(type_string, in MarkIncidentsAsReported()
178 incidents_sent->SetWithoutPathExpansion(type_string, type_dict); in MarkIncidentsAsReported()
800 const base::DictionaryValue* incidents_sent = in UploadIfCollectionComplete() local
806 if (IncidentHasBeenReported(incidents_sent, state)) { in UploadIfCollectionComplete()