Searched refs:expected_threats (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager_unittest.cc22 const std::vector<SBThreatType>& expected_threats,
31 const std::vector<SBThreatType>& expected_threats,
45 expected_threats);
29 RunSBHashTest( const safe_browsing_util::ListType list_type, const std::vector<SBThreatType>& expected_threats, const std::string& result_list) argument
H A Ddatabase_manager.cc65 const std::vector<SBThreatType>& expected_threats) {
66 return expected_threats.end() != std::find(expected_threats.begin(),
67 expected_threats.end(),
149 const std::vector<SBThreatType>& expected_threats)
158 expected_threats(expected_threats) {
409 std::vector<SBThreatType> expected_threats;
410 expected_threats.push_back(SB_THREAT_TYPE_URL_MALWARE);
411 expected_threats
63 IsExpectedThreat( const SBThreatType threat_type, const std::vector<SBThreatType>& expected_threats) argument
144 SafeBrowsingCheck( const std::vector<GURL>& urls, const std::vector<SBFullHash>& full_hashes, Client* client, safe_browsing_util::ListType check_type, const std::vector<SBThreatType>& expected_threats) argument
592 QueuedCheck( const safe_browsing_util::ListType check_type, Client* client, const GURL& url, const std::vector<SBThreatType>& expected_threats, const base::TimeTicks& start) argument
[all...]
H A Ddatabase_manager.h62 const std::vector<SBThreatType>& expected_threats);
78 std::vector<SBThreatType> expected_threats; member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
230 const std::vector<SBThreatType>& expected_threats,
236 std::vector<SBThreatType> expected_threats; member in struct:SafeBrowsingDatabaseManager::QueuedCheck
H A Dsafe_browsing_blocking_page_test.cc100 std::vector<SBThreatType> expected_threats; local
101 expected_threats.push_back(SB_THREAT_TYPE_URL_MALWARE);
102 expected_threats.push_back(SB_THREAT_TYPE_URL_PHISHING);
108 expected_threats); local
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc704 std::vector<SBThreatType> expected_threats; local
705 expected_threats.push_back(SB_THREAT_TYPE_URL_MALWARE);
706 expected_threats.push_back(SB_THREAT_TYPE_URL_PHISHING);
712 expected_threats); local

Completed in 103 milliseconds