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);
277 static bool ModelHasValidHashIds(const ClientSideModel& model);
client_side_detection_service_unittest.cc 600 TEST_F(ClientSideDetectionServiceTest, ModelHasValidHashIds) {
602 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
604 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
606 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
609 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
611 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
613 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
621 EXPECT_TRUE(ClientSideDetectionService::ModelHasValidHashIds(model));
628 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model));
631 EXPECT_FALSE(ClientSideDetectionService::ModelHasValidHashIds(model))
    [all...]
client_side_detection_service.cc 421 } else if (!ModelHasValidHashIds(*model)) {
615 bool ClientSideDetectionService::ModelHasValidHashIds(

Completed in 37 milliseconds