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

  /external/chromium_org/content/browser/download/
drag_download_file.h 35 class CONTENT_EXPORT DragDownloadFile : public ui::DownloadFileProvider {
41 DragDownloadFile(const base::FilePath& file_path,
57 virtual ~DragDownloadFile();
69 base::WeakPtrFactory<DragDownloadFile> weak_ptr_factory_;
71 DISALLOW_COPY_AND_ASSIGN(DragDownloadFile);
drag_download_util.h 50 explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader);
62 scoped_refptr<DragDownloadFile> drag_file_downloader_;
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_browsertest.cc 97 scoped_refptr<DragDownloadFile> file(
98 new DragDownloadFile(name, scoped_ptr<net::FileStream>(), url, referrer,
119 scoped_refptr<DragDownloadFile> file(new DragDownloadFile(
drag_download_util.cc 97 DragDownloadFile* drag_file_downloader)
  /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_util.h 45 explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader);
55 scoped_refptr<DragDownloadFile> drag_file_downloader_;
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);
drag_download_util.cc 90 DragDownloadFile* drag_file_downloader)
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc 241 scoped_refptr<DragDownloadFile> drag_file_downloader =
242 new DragDownloadFile(file_path,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 211 scoped_refptr<DragDownloadFile> download_file =
212 new DragDownloadFile(generated_file_name,
  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.cc 263 scoped_refptr<DragDownloadFile> download_file =
264 new DragDownloadFile(
web_drag_source_gtk.cc 249 scoped_refptr<DragDownloadFile> drag_file_downloader =
250 new DragDownloadFile(
web_contents_view_aura.cc 310 scoped_refptr<DragDownloadFile> download_file =
311 new DragDownloadFile(
    [all...]

Completed in 265 milliseconds