Home
last modified time | relevance | path

Searched refs:DownloadCompleted (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/download/
Ddrag_download_file.cc123 void DragDownloadFile::DownloadCompleted(bool is_successful) { in DownloadCompleted() function in DragDownloadFile
130 &DragDownloadFile::DownloadCompleted, in DownloadCompleted()
174 DownloadCompleted(false); in OnDownloadUpdated()
178 DownloadCompleted(true); in OnDownloadUpdated()
Ddrag_download_file.h75 void DownloadCompleted(bool is_successful);
Ddownload_item.cc394 download_manager_->DownloadCompleted(id()); in Completed()
490 download_manager_->DownloadCompleted(id()); in OnNameFinalized()
Ddownload_manager.h167 void DownloadCompleted(int32 download_id);
Ddownload_manager.cc656 void DownloadManager::DownloadCompleted(int32 download_id) { in DownloadCompleted() function in DownloadManager
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc248 DownloadCompleted(false); // Should stop observation. in OnDownloadUpdated()
252 DownloadCompleted(true); // Should stop observation. in OnDownloadUpdated()
299 DownloadCompleted(false); in OnDownloadStarted()
346 void ImageBurnHandler::DownloadCompleted(bool success) { in DownloadCompleted() function in ImageBurnHandler
402 DownloadCompleted(success); in OnImageDirCreatedOnUIThread()
474 DownloadCompleted(false); in OnImageUrlCreated()
493 DownloadCompleted(true); in OnImageUrlCreated()
Dimageburner_ui.h227 void DownloadCompleted(bool success);