Searched refs:incidents_sent (Results 1 – 1 of 1) sorted by relevance
156 bool IncidentHasBeenReported(const base::DictionaryValue* incidents_sent, in IncidentHasBeenReported() argument160 return (incidents_sent && in IncidentHasBeenReported()161 incidents_sent->GetDictionaryWithoutPathExpansion( in IncidentHasBeenReported()170 base::DictionaryValue* incidents_sent) { in MarkIncidentsAsReported() argument175 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() local806 if (IncidentHasBeenReported(incidents_sent, state)) { in UploadIfCollectionComplete()