OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchMalwareIP
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc
54
MOCK_METHOD1(
MatchMalwareIP
, bool(const std::string& ip_address));
607
EXPECT_CALL(*db_manager_,
MatchMalwareIP
("193.5.163.8"))
609
EXPECT_CALL(*db_manager_,
MatchMalwareIP
("92.92.92.92"))
611
EXPECT_CALL(*db_manager_,
MatchMalwareIP
("23.94.78.1"))
646
EXPECT_CALL(*db_manager_,
MatchMalwareIP
(ip)).WillOnce(Return(i > 0));
database_manager.h
167
virtual bool
MatchMalwareIP
(const std::string& ip_address);
browser_feature_extractor.cc
49
!database_manager->
MatchMalwareIP
(it->first)) {
database_manager.cc
302
bool SafeBrowsingDatabaseManager::
MatchMalwareIP
(
[
all
...]
client_side_detection_host_unittest.cc
159
MOCK_METHOD1(
MatchMalwareIP
, bool(const std::string& ip_address));
[
all
...]
Completed in 436 milliseconds