Searched refs:download_results (Results 1 – 2 of 2) sorted by relevance
32 const std::vector<AttachmentDownloader::DownloadResult>& download_results() { in download_results() function in syncer::FakeAttachmentDownloaderTest56 EXPECT_EQ(1U, download_results().size()); in TEST_F()57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_SUCCESS, download_results()[0]); in TEST_F()
235 download_results() const { in download_results() function in syncer::AttachmentServiceImplTest286 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()