HomeSort by relevance Sort by last modified time
    Searched refs:safe_browsing (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection.h 8 namespace safe_browsing { namespace
16 } // namespace safe_browsing
add_incident_callback.h 11 namespace safe_browsing { namespace
20 } // namespace safe_browsing
environment_data_collection_win.h 8 namespace safe_browsing { namespace
21 } // namespace safe_browsing
incident_report_uploader.cc 5 #include "chrome/browser/safe_browsing/incident_report_uploader.h"
7 namespace safe_browsing { namespace
16 } // namespace safe_browsing
incident_report_uploader_impl_unittest.cc 5 #include "chrome/browser/safe_browsing/incident_report_uploader_impl.h"
10 #include "chrome/common/safe_browsing/csd.pb.h"
20 // safe_browsing::IncidentReportUploader::OnResultCallback implementation.
22 safe_browsing::IncidentReportUploader::Result result,
23 scoped_ptr<safe_browsing::ClientIncidentResponse> response) {
31 result_(safe_browsing::IncidentReportUploader::UPLOAD_REQUEST_FAILED) {}
35 safe_browsing::IncidentReportUploader::Result result_;
36 scoped_ptr<safe_browsing::ClientIncidentResponse> response_;
40 safe_browsing::ClientIncidentReport report;
41 scoped_ptr<safe_browsing::IncidentReportUploader> instance
    [all...]
environment_data_collection_win_unittest.cc 5 #include "chrome/browser/safe_browsing/environment_data_collection_win.h"
11 #include "chrome/common/safe_browsing/csd.pb.h"
20 const safe_browsing::ClientIncidentReport_EnvironmentData_Process&
43 safe_browsing::ClientIncidentReport_EnvironmentData_Process process_report;
44 safe_browsing::CollectDlls(&process_report);
52 safe_browsing::CollectDlls(&process_report);
61 safe_browsing::ClientIncidentReport_EnvironmentData_Process process_report;
62 safe_browsing::CollectDlls(&process_report);
71 safe_browsing::RecordLspFeature(&process_report);
81 safe_browsing::ClientIncidentReport_EnvironmentData_Process_Dll:
    [all...]
malware_details_cache.h 18 #include "chrome/browser/safe_browsing/report.pb.h"
27 namespace safe_browsing { namespace
32 linked_ptr<safe_browsing::ClientMalwareReportRequest::Resource> > ResourceMap;
47 safe_browsing::ResourceMap* resources,
66 safe_browsing::ResourceMap::iterator resources_it_;
69 safe_browsing::ResourceMap* resources_;
88 safe_browsing::ClientMalwareReportRequest::Resource* GetResource(
96 safe_browsing::ClientMalwareReportRequest::Resource* pb_resource,
101 safe_browsing::ClientMalwareReportRequest::Resource* pb_resource,
incident_reporting_service_unittest.cc 5 #include "chrome/browser/safe_browsing/incident_reporting_service.h"
18 #include "chrome/browser/safe_browsing/incident_report_uploader.h"
19 #include "chrome/browser/safe_browsing/last_download_finder.h"
21 #include "chrome/common/safe_browsing/csd.pb.h"
37 : public safe_browsing::IncidentReportingService {
42 void(safe_browsing::ClientIncidentReport_EnvironmentData*)>
45 typedef base::Callback<scoped_ptr<safe_browsing::LastDownloadFinder>(
46 const safe_browsing::LastDownloadFinder::LastDownloadCallback&
49 typedef base::Callback<scoped_ptr<safe_browsing::IncidentReportUploader>(
50 const safe_browsing::IncidentReportUploader::OnResultCallback&
    [all...]
binary_feature_extractor_posix.cc 8 #include "chrome/browser/safe_browsing/binary_feature_extractor.h"
10 namespace safe_browsing { namespace
24 } // namespace safe_browsing
path_sanitizer.h 11 namespace safe_browsing { namespace
29 } // namespace safe_browsing
safe_browsing_tab_observer.cc 5 #include "chrome/browser/safe_browsing/safe_browsing_tab_observer.h"
19 #include "chrome/browser/safe_browsing/client_side_detection_host.h"
22 DEFINE_WEB_CONTENTS_USER_DATA_KEY(safe_browsing::SafeBrowsingTabObserver);
24 namespace safe_browsing { namespace
66 bool safe_browsing = prefs->GetBoolean(prefs::kSafeBrowsingEnabled); local
67 if (safe_browsing &&
79 rvh->GetRoutingID(), safe_browsing));
83 } // namespace safe_browsing
binary_feature_extractor.h 18 namespace safe_browsing { namespace
45 } // namespace safe_browsing
browser_features.cc 5 #include "chrome/browser/safe_browsing/browser_features.h"
7 namespace safe_browsing { namespace
36 } // namespace safe_browsing
browser_features.h 11 namespace safe_browsing { namespace
15 // chrome/browser/safe_browsing/client_side_detection_service.cc if the feature
83 } // namespace safe_browsing
  /external/chromium_org/chrome/renderer/safe_browsing/
mock_feature_extractor_clock.cc 5 #include "chrome/renderer/safe_browsing/mock_feature_extractor_clock.h"
7 namespace safe_browsing { namespace
14 } // namespace safe_browsing
feature_extractor_clock.cc 5 #include "chrome/renderer/safe_browsing/feature_extractor_clock.h"
7 namespace safe_browsing { namespace
15 } // namespace safe_browsing
test_utils.h 8 namespace safe_browsing { namespace
17 } // namespace safe_browsing
feature_extractor_clock.h 13 namespace safe_browsing { namespace
27 } // namespace safe_browsing
mock_feature_extractor_clock.h 10 #include "chrome/renderer/safe_browsing/feature_extractor_clock.h"
13 namespace safe_browsing { namespace
26 } // namespace safe_browsing
murmurhash3_util.h 11 namespace safe_browsing { namespace
17 } // namespace safe_browsing
murmurhash3_util_unittest.cc 7 #include "chrome/renderer/safe_browsing/murmurhash3_util.h"
12 namespace safe_browsing { namespace
19 } // namespace safe_browsing
murmurhash3_util.cc 5 #include "chrome/renderer/safe_browsing/murmurhash3_util.h"
8 namespace safe_browsing { namespace
16 } // namespace safe_browsing
  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 8 #include "chrome/common/safe_browsing/csd.pb.h"
14 namespace safe_browsing { namespace
28 } // namespace safe_browsing
zip_analyzer.h 13 namespace safe_browsing { namespace
27 } // namespace safe_browsing
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 18 #include "chrome/browser/safe_browsing/binary_feature_extractor.h"
19 #include "chrome/common/safe_browsing/csd.pb.h"
40 scoped_refptr<safe_browsing::BinaryFeatureExtractor> extractor(
41 new safe_browsing::BinaryFeatureExtractor());
42 safe_browsing::ClientDownloadRequest_SignatureInfo signature_info;

Completed in 414 milliseconds

1 2 3 4 5 6