Home
last modified time | relevance | path

Searched refs:UrlCheckResult (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.h48 enum UrlCheckResult { enum
66 UrlCheckResult threat_type;
84 UrlCheckResult result;
114 UrlCheckResult result) {} in OnBrowseUrlCheckResult()
118 UrlCheckResult result) {} in OnDownloadUrlCheckResult()
122 UrlCheckResult result) {} in OnDownloadHashCheckResult()
186 UrlCheckResult result,
257 UrlCheckResult threat_type,
333 static UrlCheckResult GetResultFromListname(const std::string& list_name);
372 UrlCheckResult threat_type,
Dprotocol_manager.h141 SafeBrowsingService::UrlCheckResult threat_type,
246 SafeBrowsingService::UrlCheckResult threat_type) const;
Dsafe_browsing_blocking_page_test.cc58 void AddURLResult(const GURL& url, UrlCheckResult checkresult) { in AddURLResult()
85 base::hash_map<std::string, UrlCheckResult> badurls;
251 SafeBrowsingService::UrlCheckResult checkresult) { in AddURLResult()
Dsafe_browsing_service_browsertest.cc477 SafeBrowsingService::UrlCheckResult result) { in OnDownloadUrlCheckResult()
485 SafeBrowsingService::UrlCheckResult result) { in OnDownloadHashCheckResult()
495 SafeBrowsingService::UrlCheckResult result_;
Dsafe_browsing_service.cc109 UrlCheckResult result;
339 UrlCheckResult result, in DisplayBlockingPage()
825 SafeBrowsingService::UrlCheckResult SafeBrowsingService::GetResultFromListname( in GetResultFromListname()
1042 SafeBrowsingService::UrlCheckResult threat_type, in ReportSafeBrowsingHit()
1066 SafeBrowsingService::UrlCheckResult threat_type, in ReportSafeBrowsingHitOnIOThread()
Dsafe_browsing_test.cc354 const GURL& url, SafeBrowsingService::UrlCheckResult result) { in OnBrowseUrlCheckResult()
365 SafeBrowsingService::UrlCheckResult result) { in OnDownloadUrlCheckResult()
Dprotocol_manager.cc652 SafeBrowsingService::UrlCheckResult threat_type, in ReportSafeBrowsingHit()
767 SafeBrowsingService::UrlCheckResult threat_type) const { in SafeBrowsingHitUrl()
Dsafe_browsing_blocking_page_unittest.cc93 SafeBrowsingService::UrlCheckResult result) { in OnUrlCheckResult()
Dclient_side_detection_host_unittest.cc76 ResourceType::Type, UrlCheckResult, Client*, int, int));
/external/chromium/chrome/browser/download/
Ddownload_safe_browsing_client.h58 SafeBrowsingService::UrlCheckResult result);
60 const std::string& hash, SafeBrowsingService::UrlCheckResult result);
82 void SafeBrowsingCheckUrlDone(SafeBrowsingService::UrlCheckResult result);
83 void SafeBrowsingCheckHashDone(SafeBrowsingService::UrlCheckResult result);
86 void ReportMalware(SafeBrowsingService::UrlCheckResult result);
Ddownload_safe_browsing_client.cc90 SafeBrowsingService::UrlCheckResult result) { in OnDownloadUrlCheckResult()
113 const std::string& hash, SafeBrowsingService::UrlCheckResult result) { in OnDownloadHashCheckResult()
123 SafeBrowsingService::UrlCheckResult result) { in SafeBrowsingCheckUrlDone()
142 SafeBrowsingService::UrlCheckResult result) { in SafeBrowsingCheckHashDone()
161 SafeBrowsingService::UrlCheckResult result) { in ReportMalware()
/external/chromium/chrome/browser/renderer_host/
Dsafe_browsing_resource_handler.h69 const GURL& url, SafeBrowsingService::UrlCheckResult result);
106 SafeBrowsingService::UrlCheckResult result);
127 SafeBrowsingService::UrlCheckResult safe_browsing_result_;
Dsafe_browsing_resource_handler.cc144 const GURL& url, SafeBrowsingService::UrlCheckResult result) { in OnBrowseUrlCheckResult()
179 SafeBrowsingService::UrlCheckResult result) { in StartDisplayingBlockingPage()