Searched defs:LastDownloadFinderTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dlast_download_finder_unittest.cc64 class LastDownloadFinderTest : public testing::Test { class in inherits:testing::Test
79 base::Bind(&LastDownloadFinderTest::OnDownloadCreated,
102 LastDownloadFinderTest() : profile_number_() {} function in class:LastDownloadFinderTest
163 base::Bind(&LastDownloadFinderTest::ContinueOnDownloadCreated,
198 base::Bind(&LastDownloadFinderTest::OnLastDownload,
262 TEST_F(LastDownloadFinderTest, NoProfiles) {
268 TEST_F(LastDownloadFinderTest, NoParticipatingProfiles) {
279 TEST_F(LastDownloadFinderTest, SimpleEndToEnd) {
290 TEST_F(LastDownloadFinderTest, DeleteBeforeResults) {
299 base::Bind(&LastDownloadFinderTest
[all...]

Completed in 70 milliseconds