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

/external/chromium_org/chrome/browser/extensions/
H A Dblacklist.cc128 std::set<std::string> malware; local
132 malware.insert(it->first);
134 callback.Run(malware);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc40 // For malware interstitial pages, we link the problematic URL to Google's
53 // URL for the "Learn more" link on the multi threat malware blocking page.
140 // Start computing malware details. They will be sent only
207 bool malware = false; local
225 malware = true;
226 current_error_strings->SetString("type", "malware");
240 DCHECK(phishing || malware);
242 if (malware && phishing) {
245 // Use the malware headline, it is the scariest one.
252 } else if (malware) {
[all...]
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.css129 .malware-description {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc57 // For malware interstitial pages, we link the problematic URL to Google's
70 // URL for the "Learn more" link on the multi threat malware blocking page.
75 "https://www.google.com/goodtoknow/online-safety/malware/";
87 // After a malware interstitial where the user opted-in to the report
162 // Only use the V2 page if the interstitial is for a single malware or
206 bool malware = false; local
214 malware = true;
221 DCHECK(phishing || malware);
222 if (malware && phishing)
224 else if (malware)
[all...]

Completed in 143 milliseconds