Searched defs:DragDownloadFile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc26 // On windows, DragDownloadFile runs on a thread other than the UI thread.
28 // the UI thread. DragDownloadFile may run on either the "drag" thread or the UI
30 // on the UI thread. On platforms where DragDownloadFile runs on the UI thread,
33 class DragDownloadFile::DragDownloadFileUI : public DownloadItem::Observer {
152 DragDownloadFile::DragDownloadFile(const base::FilePath& file_path, function in class:content::DragDownloadFile
170 base::Bind(&DragDownloadFile::DownloadCompleted,
175 DragDownloadFile::~DragDownloadFile() {
187 void DragDownloadFile
[all...]
H A Ddrag_download_file.h31 class CONTENT_EXPORT DragDownloadFile : public ui::DownloadFileProvider { class in namespace:content
37 DragDownloadFile(const base::FilePath& file_path,
53 virtual ~DragDownloadFile();
65 base::WeakPtrFactory<DragDownloadFile> weak_ptr_factory_;
67 DISALLOW_COPY_AND_ASSIGN(DragDownloadFile);

Completed in 64 milliseconds