Searched refs:SBThreatType (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/chrome/browser/safe_browsing/ |
D | database_manager.h | 62 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(
|
D | database_manager_unittest.cc | 22 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()
|
D | ui_manager.h | 48 SBThreatType threat_type; 124 SBThreatType threat_type, 145 SBThreatType threat_type,
|
D | ping_manager.h | 45 SBThreatType threat_type, 70 SBThreatType threat_type) const;
|
D | database_manager.cc | 64 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 …]
|
D | ui_manager.cc | 40 SBThreatType threat_type; 188 SBThreatType threat_type, in ReportSafeBrowsingHit() 216 SBThreatType threat_type, in ReportSafeBrowsingHitOnIOThread()
|
D | ping_manager.cc | 66 SBThreatType threat_type, in ReportSafeBrowsingHit() 101 SBThreatType threat_type) const { in SafeBrowsingHitUrl()
|
D | safe_browsing_blocking_page_test.cc | 100 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()
|
D | download_protection_service.cc | 165 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()
|
D | safe_browsing_util.h | 126 enum SBThreatType { enum
|
D | safe_browsing_service_browsertest.cc | 733 SBThreatType GetThreatType() const { in GetThreatType() 756 SBThreatType threat_type) OVERRIDE { in OnCheckDownloadUrlResult() 766 SBThreatType threat_type_;
|
D | safe_browsing_test.cc | 353 SBThreatType threat_type, in OnCheckBrowseUrlResult()
|
D | safe_browsing_blocking_page.cc | 170 SBThreatType threat_type = resource.threat_type; in SafeBrowsingBlockingPage()
|
D | download_protection_service_unittest.cc | 189 std::vector<SBThreatType>(1, SB_THREAT_TYPE_BINARY_MALWARE_URL)); in ACTION_P()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | safe_browsing_resource_throttle.h | 63 SBThreatType result, 115 SBThreatType threat_type_;
|
D | safe_browsing_resource_throttle.cc | 85 SBThreatType threat_type, in OnCheckBrowseUrlResult()
|
/external/chromium_org/chrome/browser/extensions/ |
D | fake_safe_browsing_database_manager.cc | 111 std::vector<SBThreatType>(1, SB_THREAT_TYPE_EXTENSION))); in CheckExtensionIDs()
|
/external/chromium_org/chrome/browser/ui/webui/interstitials/ |
D | interstitial_ui.cc | 92 SBThreatType threat_type = SB_THREAT_TYPE_URL_MALWARE; in CreateSafeBrowsingBlockingPage()
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_browsertest.cc | 695 void SetThreatTypeForUrl(const GURL& url, SBThreatType threat_type) { in SetThreatTypeForUrl() 704 std::vector<SBThreatType> expected_threats; in OnCheckBrowseURLDone() 718 SBThreatType threat_type_;
|