HomeSort by relevance Sort by last modified time
    Searched refs:SBThreatType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
database_manager_unittest.cc 53 const std::vector<SBThreatType>& expected_threats,
63 const std::vector<SBThreatType>& expected_threats,
94 std::vector<SBThreatType> malware_threat(1,
104 std::vector<SBThreatType> multiple_threats;
ui_manager.h 47 SBThreatType threat_type;
99 SBThreatType threat_type,
132 SBThreatType threat_type,
153 SBThreatType threat_type,
database_manager.h 62 const std::vector<SBThreatType>& expected_threats);
69 std::vector<SBThreatType> url_results;
71 std::vector<SBThreatType> full_hash_results;
77 std::vector<SBThreatType> expected_threats;
103 SBThreatType threat_type) {}
107 SBThreatType threat_type) {}
111 SBThreatType threat_type) {}
236 const std::vector<SBThreatType>& expected_threats,
242 std::vector<SBThreatType> expected_threats;
299 static SBThreatType GetThreatTypeFromListname(const std::string& list_name)
    [all...]
ping_manager.h 45 SBThreatType threat_type,
70 SBThreatType threat_type) const;
ui_manager.cc 39 SBThreatType threat_type;
81 SBThreatType threat_type,
196 SBThreatType threat_type,
224 SBThreatType threat_type,
ping_manager.cc 66 SBThreatType threat_type,
101 SBThreatType threat_type) const {
database_manager.cc 65 const SBThreatType threat_type,
66 const std::vector<SBThreatType>& expected_threats) {
79 const std::vector<SBThreatType>& expected_threats)
228 std::vector<SBThreatType>(1,
254 std::vector<SBThreatType>(1,
281 std::vector<SBThreatType>(1, SB_THREAT_TYPE_EXTENSION));
357 std::vector<SBThreatType> expected_threats;
550 const std::vector<SBThreatType>& expected_threats,
846 SBThreatType SafeBrowsingDatabaseManager::GetThreatTypeFromListname(
    [all...]
safe_browsing_blocking_page_test.cc 100 std::vector<SBThreatType> expected_threats;
113 void SetURLThreatType(const GURL& url, SBThreatType threat_type) {
120 base::hash_map<std::string, SBThreatType> badurls;
368 void SetURLThreatType(const GURL& url, SBThreatType threat_type) {
379 GURL SetupWarningAndNavigate(SBThreatType threat_type) {
safe_browsing_blocking_page.cc 211 SBThreatType threat_type = resource.threat_type;
292 SBThreatType threat_type = unsafe_resources_[0].threat_type;
312 SBThreatType threat_type = unsafe_resources_[0].threat_type;
398 SBThreatType threat_type = unsafe_resources_[element_index].threat_type;
    [all...]
download_protection_service.cc 166 virtual bool IsDangerous(SBThreatType threat_type) const = 0;
172 void CheckDone(SBThreatType threat_type) {
191 void ReportMalware(SBThreatType threat_type) {
250 virtual bool IsDangerous(SBThreatType threat_type) const OVERRIDE {
255 SBThreatType threat_type) OVERRIDE {
    [all...]
safe_browsing_service_browsertest.cc 612 SBThreatType GetThreatType() const {
648 SBThreatType threat_type) OVERRIDE {
656 SBThreatType threat_type) OVERRIDE {
666 SBThreatType threat_type_;
    [all...]
safe_browsing_util.h 132 enum SBThreatType {
safe_browsing_test.cc 305 SBThreatType threat_type) OVERRIDE {
download_protection_service_unittest.cc 144 std::vector<SBThreatType>(1, SB_THREAT_TYPE_BINARY_MALWARE_URL));
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.h 62 const GURL& url, SBThreatType result) OVERRIDE;
94 void StartDisplayingBlockingPage(const GURL& url, SBThreatType threat_type);
105 SBThreatType threat_type_;
safe_browsing_resource_throttle.cc 81 const GURL& url, SBThreatType threat_type) {
127 const GURL& url, SBThreatType threat_type) {
  /external/chromium_org/chrome/browser/extensions/
fake_safe_browsing_database_manager.cc 86 std::vector<SBThreatType>(1, SB_THREAT_TYPE_EXTENSION)));
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 516 void SetThreatTypeForUrl(const GURL& url, SBThreatType threat_type) {
525 std::vector<SBThreatType> expected_threats;
539 SBThreatType threat_type_;
    [all...]

Completed in 1154 milliseconds