Searched refs:CollectDlls (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection_win.h15 bool CollectDlls(ClientIncidentReport_EnvironmentData_Process* process);
H A Denvironment_data_collection_win_unittest.cc69 TEST(SafeBrowsingEnvironmentDataCollectionWinTest, CollectDlls) {
70 // This test will check if the CollectDlls method works by loading
77 safe_browsing::CollectDlls(&process_report);
85 safe_browsing::CollectDlls(&process_report);
95 safe_browsing::CollectDlls(&process_report);
H A Denvironment_data_collection_win.cc56 bool CollectDlls(ClientIncidentReport_EnvironmentData_Process* process) { function in namespace:safe_browsing
144 CollectDlls(process);

Completed in 1145 milliseconds