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 180 ModelHasValidHashIds);
281 static bool ModelHasValidHashIds(const ClientSideModel& model);
client_side_detection_service_unittest.cc 603 TEST_F(ClientSideDetectionServiceTest, ModelHasValidHashIds) {
605 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
607 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
609 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
612 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
614 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
616 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
624 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
631 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
634 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model))
    [all...]
client_side_detection_service.cc 440 } else if (!ModelHasValidHashIds(*model)) {
660 bool ClientSideDetectionService::ModelHasValidHashIds(

Completed in 37 milliseconds