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

  /external/chromium/chrome/browser/download/
drag_download_file.cc 17 DragDownloadFile::DragDownloadFile(
43 DragDownloadFile::~DragDownloadFile() {
61 bool DragDownloadFile::Start(ui::DownloadFileObserver* observer) {
93 void DragDownloadFile::Stop() {
96 void DragDownloadFile::InitiateDownload() {
103 &DragDownloadFile::InitiateDownload));
123 void DragDownloadFile::DownloadCompleted(bool is_successful) {
130 &DragDownloadFile::DownloadCompleted
    [all...]
drag_download_file.h 23 class DragDownloadFile : public ui::DownloadFileProvider,
36 DragDownloadFile(const FilePath& file_name_or_path,
64 virtual ~DragDownloadFile();
109 DISALLOW_COPY_AND_ASSIGN(DragDownloadFile);
  /external/chromium_org/content/browser/download/
drag_download_file.cc 26 // 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 {
151 DragDownloadFile::DragDownloadFile(const base::FilePath& file_path,
169 base::Bind(&DragDownloadFile::DownloadCompleted,
174 DragDownloadFile::~DragDownloadFile() {
186 void DragDownloadFile::Start(ui::DownloadFileObserver* observer)
    [all...]
drag_download_file.h 36 class CONTENT_EXPORT DragDownloadFile : public ui::DownloadFileProvider {
42 DragDownloadFile(const base::FilePath& file_path,
58 virtual ~DragDownloadFile();
70 base::WeakPtrFactory<DragDownloadFile> weak_ptr_factory_;
72 DISALLOW_COPY_AND_ASSIGN(DragDownloadFile);

Completed in 163 milliseconds