Lines Matching refs:download
5 #include "chrome/browser/download/drag_download_file.h"
9 #include "chrome/browser/download/download_file.h"
10 #include "chrome/browser/download/download_item.h"
11 #include "chrome/browser/download/download_util.h"
72 // Create a temporary directory to save the temporary download file. We do
73 // not want to use the default download directory since we do not want the
74 // twisted file name shown in the download shelf if the file with the same
85 // On Windows, we need to wait till the download file is completed.
168 void DragDownloadFile::OnDownloadUpdated(DownloadItem* download) {
170 if (download->IsCancelled()) {
171 download->RemoveObserver(this);
175 } else if (download->IsComplete()) {
176 download->RemoveObserver(this);