Searched refs:DOWNLOAD_SUCCESS (Results 1 – 7 of 7) sorted by relevance
227 if (result == AttachmentDownloader::DOWNLOAD_SUCCESS) { in DownloadDone()267 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()285 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()300 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()325 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
31 base::Bind(callback, DOWNLOAD_SUCCESS, base::Passed(&attachment))); in DownloadAttachment()
57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_SUCCESS, download_results()[0]); in TEST_F()
141 result = DOWNLOAD_SUCCESS; in OnURLFetchComplete()199 if (result == DOWNLOAD_SUCCESS) { in ReportResult()
111 if (result == DOWNLOAD_SUCCESS) { in RespondToDownload()328 AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
262 case AttachmentDownloader::DOWNLOAD_SUCCESS: in DownloadDone()
25 DOWNLOAD_SUCCESS, // No error, attachment was downloaded enumerator