Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SAFE

46   // Called on the IO thread to check if the given URL is safe or not.  If we
47 // can synchronously determine that the URL is safe, CheckUrl returns true,
253 // Tests the safe browsing blocking page in a browser.
438 TestSBClient() : result_(SafeBrowsingService::SAFE),
512 // Since badbin_url is not in database, it is considered to be safe.
513 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
523 // Now, the badbin_url is not safe since it is added to download database.
539 // Since badbin_url is not in database, it is considered to be safe.
540 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
550 // Now, the badbin_url is not safe since it is added to download database.
560 // Since badbin_url is not in database, it is considered to be safe.
561 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
571 // Now, the badbin_url is not safe since it is added to download database.
587 // badbin_url is not safe since it is added to download database.
602 // There should be a timeout and the hash would be considered as safe.
603 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
620 // The badbin_url is not safe since it is added to download database.
635 // There should be a timeout and the hash would be considered as safe.
636 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());