HomeSort by relevance Sort by last modified time
    Searched refs:malware (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/
blacklist.cc 128 std::set<std::string> malware; local
132 malware.insert(it->first);
134 callback.Run(malware);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 40 // 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/
downloads.css 129 .malware-description {
downloads.js 607 this.dangerDesc_.className = 'malware-description';
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 57 // 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 262 milliseconds