HomeSort by relevance Sort by last modified time
    Searched defs:CompleteDownload (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_completion_blocker.cc 16 void DownloadCompletionBlocker::CompleteDownload() {
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl_unittest.cc 159 void CompleteDownload(int response_code);
203 void AttachmentDownloaderImplTest::CompleteDownload(int response_code) {
265 CompleteDownload(net::HTTP_OK);
283 CompleteDownload(net::HTTP_OK);
298 CompleteDownload(net::HTTP_OK);
324 CompleteDownload(net::HTTP_OK);
338 CompleteDownload(net::HTTP_UNAUTHORIZED);
353 CompleteDownload(net::HTTP_SERVICE_UNAVAILABLE);

Completed in 757 milliseconds