Home
last modified time | relevance | path

Searched refs:SBThreatType (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Ddatabase_manager.h62 const std::vector<SBThreatType>& expected_threats);
69 std::vector<SBThreatType> url_results;
72 std::vector<SBThreatType> full_hash_results;
78 std::vector<SBThreatType> expected_threats;
104 SBThreatType threat_type, in OnCheckBrowseUrlResult()
109 SBThreatType threat_type) {} in OnCheckDownloadUrlResult()
230 const std::vector<SBThreatType>& expected_threats,
236 std::vector<SBThreatType> expected_threats;
242 static SBThreatType GetHashThreatType(
249 static SBThreatType GetUrlThreatType(
Ddatabase_manager_unittest.cc22 const std::vector<SBThreatType>& expected_threats,
31 const std::vector<SBThreatType>& expected_threats, in RunSBHashTest()
61 std::vector<SBThreatType> malware_threat(1, in TEST_F()
71 std::vector<SBThreatType> multiple_threats; in TEST_F()
Dui_manager.h48 SBThreatType threat_type;
124 SBThreatType threat_type,
145 SBThreatType threat_type,
Dping_manager.h45 SBThreatType threat_type,
70 SBThreatType threat_type) const;
Ddatabase_manager.cc64 const SBThreatType threat_type, in IsExpectedThreat()
65 const std::vector<SBThreatType>& expected_threats) { in IsExpectedThreat()
109 SBThreatType GetThreatTypeFromListType(safe_browsing_util::ListType list_type) { in GetThreatTypeFromListType()
128 SBThreatType SafeBrowsingDatabaseManager::GetHashThreatType( in GetHashThreatType()
136 SBThreatType SafeBrowsingDatabaseManager::GetUrlThreatType( in GetUrlThreatType()
149 const std::vector<SBThreatType>& expected_threats) in SafeBrowsingCheck()
298 std::vector<SBThreatType>(1, in CheckDownloadUrl()
325 std::vector<SBThreatType>(1, SB_THREAT_TYPE_EXTENSION)); in CheckExtensionIDs()
409 std::vector<SBThreatType> expected_threats; in CheckBrowseUrl()
596 const std::vector<SBThreatType>& expected_threats, in QueuedCheck()
[all …]
Dui_manager.cc40 SBThreatType threat_type;
188 SBThreatType threat_type, in ReportSafeBrowsingHit()
216 SBThreatType threat_type, in ReportSafeBrowsingHitOnIOThread()
Dping_manager.cc66 SBThreatType threat_type, in ReportSafeBrowsingHit()
101 SBThreatType threat_type) const { in SafeBrowsingHitUrl()
Dsafe_browsing_blocking_page_test.cc100 std::vector<SBThreatType> expected_threats; in OnCheckBrowseURLDone()
113 void SetURLThreatType(const GURL& url, SBThreatType threat_type) { in SetURLThreatType()
120 base::hash_map<std::string, SBThreatType> badurls;
394 void SetURLThreatType(const GURL& url, SBThreatType threat_type) { in SetURLThreatType()
405 GURL SetupWarningAndNavigate(SBThreatType threat_type) { in SetupWarningAndNavigate()
Ddownload_protection_service.cc165 virtual bool IsDangerous(SBThreatType threat_type) const = 0;
171 void CheckDone(SBThreatType threat_type) { in CheckDone()
190 void ReportMalware(SBThreatType threat_type) { in ReportMalware()
249 virtual bool IsDangerous(SBThreatType threat_type) const OVERRIDE { in IsDangerous()
254 SBThreatType threat_type) OVERRIDE { in OnCheckDownloadUrlResult()
Dsafe_browsing_util.h126 enum SBThreatType { enum
Dsafe_browsing_service_browsertest.cc733 SBThreatType GetThreatType() const { in GetThreatType()
756 SBThreatType threat_type) OVERRIDE { in OnCheckDownloadUrlResult()
766 SBThreatType threat_type_;
Dsafe_browsing_test.cc353 SBThreatType threat_type, in OnCheckBrowseUrlResult()
Dsafe_browsing_blocking_page.cc170 SBThreatType threat_type = resource.threat_type; in SafeBrowsingBlockingPage()
Ddownload_protection_service_unittest.cc189 std::vector<SBThreatType>(1, SB_THREAT_TYPE_BINARY_MALWARE_URL)); in ACTION_P()
/external/chromium_org/chrome/browser/renderer_host/
Dsafe_browsing_resource_throttle.h63 SBThreatType result,
115 SBThreatType threat_type_;
Dsafe_browsing_resource_throttle.cc85 SBThreatType threat_type, in OnCheckBrowseUrlResult()
/external/chromium_org/chrome/browser/extensions/
Dfake_safe_browsing_database_manager.cc111 std::vector<SBThreatType>(1, SB_THREAT_TYPE_EXTENSION))); in CheckExtensionIDs()
/external/chromium_org/chrome/browser/ui/webui/interstitials/
Dinterstitial_ui.cc92 SBThreatType threat_type = SB_THREAT_TYPE_URL_MALWARE; in CreateSafeBrowsingBlockingPage()
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc695 void SetThreatTypeForUrl(const GURL& url, SBThreatType threat_type) { in SetThreatTypeForUrl()
704 std::vector<SBThreatType> expected_threats; in OnCheckBrowseURLDone()
718 SBThreatType threat_type_;