Searched refs:AttachmentDownloaderImplTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc136 class AttachmentDownloaderImplTest : public testing::Test { class in namespace:syncer
141 AttachmentDownloaderImplTest() : num_completed_downloads_(0) {} function in class:syncer::AttachmentDownloaderImplTest
154 return base::Bind(&AttachmentDownloaderImplTest::DownloadDone,
180 void AttachmentDownloaderImplTest::SetUp() {
199 void AttachmentDownloaderImplTest::TearDown() {
203 void AttachmentDownloaderImplTest::CompleteDownload(int response_code) {
222 void AttachmentDownloaderImplTest::DownloadDone(
242 void AttachmentDownloaderImplTest::VerifyDownloadResult(
250 void AttachmentDownloaderImplTest::RunMessageLoop() {
255 TEST_F(AttachmentDownloaderImplTest, HappyCas
[all...]

Completed in 31 milliseconds