Searched refs:safe_browsing_helper (Results 1 – 1 of 1) sorted by relevance
543 scoped_refptr<SafeBrowsingServiceTestHelper> safe_browsing_helper( in IN_PROC_BROWSER_TEST_F() local551 safe_browsing_helper->WaitTillServerReady(server_host, server_port); in IN_PROC_BROWSER_TEST_F()557 safe_browsing_helper->WaitForStatusUpdate(0); in IN_PROC_BROWSER_TEST_F()577 safe_browsing_helper->ForceUpdate(); in IN_PROC_BROWSER_TEST_F()581 safe_browsing_helper->WaitForStatusUpdate( in IN_PROC_BROWSER_TEST_F()594 safe_browsing_helper->FetchUrlsToVerify(server_host, in IN_PROC_BROWSER_TEST_F()599 EXPECT_TRUE(ParsePhishingUrls(safe_browsing_helper->response_data(), in IN_PROC_BROWSER_TEST_F()605 safe_browsing_helper->CheckUrl(GURL(phishing_urls[j].url)); in IN_PROC_BROWSER_TEST_F()625 safe_browsing_helper->FetchDBToVerify(server_host, in IN_PROC_BROWSER_TEST_F()628 EXPECT_GT(safe_browsing_helper->response_data().size(), 0U); in IN_PROC_BROWSER_TEST_F()[all …]