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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 183 ModelHasValidHashIds);
284 static bool ModelHasValidHashIds(const ClientSideModel& model);
client_side_detection_service_unittest.cc 641 TEST_F(ClientSideDetectionServiceTest, ModelHasValidHashIds) {
643 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
645 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
647 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
650 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
652 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
654 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
662 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
669 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
672 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model))
    [all...]
client_side_detection_service.cc 460 } else if (!ModelHasValidHashIds(*model)) {
665 bool ClientSideDetectionService::ModelHasValidHashIds(

Completed in 147 milliseconds