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
90 SBThreatType threat_type,
123 SBThreatType threat_type,
144 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;
151 if (resource.threat_type != SB_THREAT_TYPE_SAFE &&
172 resource.is_subresource, resource.threat_type,
175 if (resource.threat_type != SB_THREAT_TYPE_SAFE) {
188 SBThreatType threat_type,
198 threat_type, post_data))
227 << 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 158 (unsafe_resources[0].threat_type == SB_THREAT_TYPE_URL_MALWARE ||
159 unsafe_resources[0].threat_type == SB_THREAT_TYPE_URL_PHISHING)) {
198 SBThreatType threat_type = resource.threat_type; local
199 if (threat_type == SB_THREAT_TYPE_URL_MALWARE) {
202 DCHECK(threat_type == SB_THREAT_TYPE_URL_PHISHING ||
203 threat_type == SB_THREAT_TYPE_CLIENT_SIDE_PHISHING_URL);
228 unsafe_resources[0].threat_type == SB_THREAT_TYPE_URL_MALWARE &&
266 SBThreatType threat_type = unsafe_resources_[0].threat_type; local
285 SBThreatType threat_type = unsafe_resources_[0].threat_type; local
370 SBThreatType threat_type = unsafe_resources_[element_index].threat_type; local
849 SBThreatType threat_type = resource.threat_type; local
961 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 264 milliseconds