/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.cc | 61 // Save the redirect urls for possible malware detail reporting later.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.h | 116 // Begins extraction of the malware related features. We take ownership
|
safe_browsing_service_browsertest.cc | 487 const char kMalwarePage[] = "files/safe_browsing/malware.html"; 490 IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, Malware) { 578 // only malware was a prefetch target. 588 // However, when we navigate to the malware page, we should still get [all...] |
safe_browsing_util.cc | 169 const char kMalwareList[] = "goog-malware-shavar"; 197 id = MALWARE; 222 case MALWARE:
|
safe_browsing_database.cc | 57 // Filename suffix for the csd malware IP blacklist store. 83 // malware IP blacklisting feature will be disabled in csd. 116 // case (phishing or malware found), consider combining this function 220 DCHECK(list_bit == safe_browsing_util::MALWARE || 451 list_id == safe_browsing_util::MALWARE) { 842 DVLOG(2) << "Lookup Malware IP: " [all...] |
database_manager.cc | 101 case safe_browsing_util::MALWARE: 363 QueuedCheck queued_check(safe_browsing_util::MALWARE, // or PHISH 390 safe_browsing_util::MALWARE, [all...] |
/packages/apps/Email/src/com/android/email/ |
AttachmentInfo.java | 54 /** Attachment suspected of being malware */
|
/packages/providers/DownloadProvider/res/values-ro/ |
strings.xml | 25 <string name="permdesc_downloadCompletedIntent" msgid="2094706189855699533">"Permite aplica?iei s? trimit? notific?ri despre desc?rc?rile finalizate. Aplica?iile malware pot folosi aceast? permisiune pentru a deruta alte aplica?ii care descarc? fi?iere."</string>
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util.cc | 166 const char kMalwareList[] = "goog-malware-shavar"; 175 id = MALWARE; 192 case MALWARE:
|
safe_browsing_service.cc | 45 // malware details. [all...] |
safe_browsing_database.cc | 74 // case (phishing or malware found), consider combining this function 150 DCHECK(list_bit == safe_browsing_util::MALWARE || 454 list_id == safe_browsing_util::MALWARE) { [all...] |
safe_browsing_util.h | 272 MALWARE = 0,
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.java | 106 * Filename extensions of attachments we're never willing to download (potential malware). 111 // File types that contain malware 116 // File types of common compression/container formats (again, to avoid malware)
|
/docs/source.android.com/src/source/ |
faqs.jd | 386 <h3 id="malware">I think I found malicious software being 391 href="http://en.wikipedia.org/wiki/Malware">malware</a>, for Android. If you 392 think somebody is trying to spread malware, please let us know at <a
|
/external/chromium_org/third_party/launchpad_translations/ |
chromium_strings_cs.xtb | 30 <translation id="4387544446954190892">Chromium je webový prohlí?e?, který spou?tí weby a aplikace se zá?ivou rychlostí. Je rychlý, stabilní a snadný pro u?ivatele. Prohlí?ejte web bezpe?n?ji s ochranou proti malware a phishingu vestav?nou do Chromia.</translation>
|
chromium_strings_id.xtb | 37 <translation id="4387544446954190892">Chromium adalah browser web yang memuat laman dan aplikasi web secepat kilat. Ia cepat, stabil, dan mudah digunakan. Jelajahi web dengan lebih aman, karena proteksi malware dan phishing telah tercakup dalam Chromium.</translation>
|
generated_resources_en-AU.xtb | 240 <translation id="1636959874332483835"><ph name="HOST_NAME"/> contains malware. Your computer might catch a virus if you visit this site.</translation> [all...] |
/external/chromium_org/chrome/app/resources/ |
chromium_strings_en-GB.xtb | 171 <translation id="1902135785017821799"><ph name="FILE_NAME"/> makes settings changes similar to some malware, so Chromium has blocked it.</translation> 215 <translation id="6403826409255603130">Chromium is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium.</translation>
|
generated_resources_en-GB.xtb | 252 <translation id="4344368877506330515">The Website Ahead Contains Malware!</translation> [all...] |
generated_resources_de.xtb | 255 <translation id="4344368877506330515">Diese Website enthält Malware!</translation> [all...] |
generated_resources_it.xtb | 245 <translation id="4344368877506330515">Il sito web in vista contiene malware.</translation> [all...] |
/external/chromium_org/chrome/browser/download/ |
chrome_download_manager_delegate.cc | 148 // * DANGEROUS_URL, if the URL is a known malware site. 150 // malware. I.e. |is_content_check_supported| is true.
|
/external/chromium_org/content/common/ |
sandbox_win.cc | 54 L"cmsetac.dll", // Unknown (suspected malware). 84 L"protector.dll", // Unknown (suspected malware).
|
/external/chromium_org/chrome/app/ |
google_chrome_strings.grd | 150 Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. [all...] |
/external/chromium_org/tools/symsrc/ |
pefile.py | 11 pefile has been tested against the limits of valid PE headers, that is, malware. 12 Lots of packed malware attempt to abuse the format way beyond its standard use. 738 # Some malware have incorrect header lengths. 740 # Buggy malware: a29b0118af8b7408444df81701ad5a7f [all...] |