Home
last modified time | relevance | path

Searched refs:download_results (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dfake_attachment_downloader_unittest.cc32 const std::vector<AttachmentDownloader::DownloadResult>& download_results() { in download_results() function in syncer::FakeAttachmentDownloaderTest
56 EXPECT_EQ(1U, download_results().size()); in TEST_F()
57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_SUCCESS, download_results()[0]); in TEST_F()
Dattachment_service_impl_unittest.cc235 download_results() const { in download_results() function in syncer::AttachmentServiceImplTest
286 EXPECT_EQ(1U, download_results().size()); in TEST_F()
300 EXPECT_EQ(1U, download_results().size()); in TEST_F()
331 EXPECT_TRUE(download_results().empty()); in TEST_F()
338 EXPECT_FALSE(download_results().empty()); in TEST_F()
365 ASSERT_EQ(1U, download_results().size()); in TEST_F()
366 EXPECT_EQ(AttachmentService::GET_UNSPECIFIED_ERROR, download_results()[0]); in TEST_F()