Searched refs:CollectEnvironmentData (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection.h14 void CollectEnvironmentData(ClientIncidentReport_EnvironmentData* data);
H A Denvironment_data_collection.cc64 void CollectEnvironmentData(ClientIncidentReport_EnvironmentData* data) { function in namespace:safe_browsing
H A Dincident_reporting_service_unittest.cc67 SetCollectEnvironmentHook(&CollectEnvironmentData, task_runner);
102 static void CollectEnvironmentData( function in class:IncidentReportingServiceTest::TestIncidentReportingService
162 base::Bind(&IncidentReportingServiceTest::CollectEnvironmentData,
400 // A fake CollectEnvironmentData implementation invoked by the service during
402 void CollectEnvironmentData( function in class:IncidentReportingServiceTest
H A Dincident_reporting_service.cc255 collect_environment_data_fn_(&CollectEnvironmentData),
344 collect_environment_data_fn_(&CollectEnvironmentData),
373 collect_environment_data_fn_ = &CollectEnvironmentData;

Completed in 266 milliseconds