HomeSort by relevance Sort by last modified time
    Searched defs:threat_type (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
ui_manager.h 47 SBThreatType threat_type; member in struct:SafeBrowsingUIManager::UnsafeResource
99 SBThreatType threat_type,
132 SBThreatType threat_type,
153 SBThreatType threat_type,
ui_manager.cc 39 SBThreatType threat_type; member in struct:SafeBrowsingUIManager::WhiteListedEntry
44 threat_type(SB_THREAT_TYPE_SAFE),
81 SBThreatType threat_type,
91 resource.threat_type = threat_type;
128 if (resource.threat_type != SB_THREAT_TYPE_SAFE) {
159 if (resource.threat_type != SB_THREAT_TYPE_SAFE &&
180 resource.is_subresource, resource.threat_type,
183 if (resource.threat_type != SB_THREAT_TYPE_SAFE) {
196 SBThreatType threat_type,
235 << threat_type; local
    [all...]
download_protection_service.cc 166 virtual bool IsDangerous(SBThreatType threat_type) const = 0;
172 void CheckDone(SBThreatType threat_type) {
174 IsDangerous(threat_type) ?
181 if (threat_type != SB_THREAT_TYPE_SAFE) {
187 this, threat_type));
191 void ReportMalware(SBThreatType threat_type) {
204 threat_type,
250 virtual bool IsDangerous(SBThreatType threat_type) const OVERRIDE {
251 return threat_type == SB_THREAT_TYPE_BINARY_MALWARE_URL;
255 SBThreatType threat_type) OVERRIDE
256 CheckDone(threat_type); variable
    [all...]
safe_browsing_blocking_page.cc 166 (unsafe_resources[0].threat_type == SB_THREAT_TYPE_URL_MALWARE ||
167 unsafe_resources[0].threat_type ==
169 unsafe_resources[0].threat_type == SB_THREAT_TYPE_URL_PHISHING ||
170 unsafe_resources[0].threat_type ==
211 SBThreatType threat_type = resource.threat_type; local
212 if (threat_type == SB_THREAT_TYPE_URL_MALWARE ||
213 threat_type == SB_THREAT_TYPE_CLIENT_SIDE_MALWARE_URL) {
216 DCHECK(threat_type == SB_THREAT_TYPE_URL_PHISHING ||
217 threat_type == SB_THREAT_TYPE_CLIENT_SIDE_PHISHING_URL)
292 SBThreatType threat_type = unsafe_resources_[0].threat_type; local
312 SBThreatType threat_type = unsafe_resources_[0].threat_type; local
398 SBThreatType threat_type = unsafe_resources_[element_index].threat_type; local
906 SBThreatType threat_type = resource.threat_type; local
1021 SBThreatType threat_type = unsafe_resources_[0].threat_type; local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 66 UrlCheckResult threat_type; member in struct:SafeBrowsingService::UnsafeResource
257 UrlCheckResult threat_type,
372 UrlCheckResult threat_type,
safe_browsing_service.cc 114 threat_type(SAFE),
366 resource.threat_type= result;
462 entry.result = resource.threat_type;
1074 << threat_type; local
    [all...]

Completed in 419 milliseconds