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

/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc29 // thread depending on the platform, but DragDownloadFileUI strictly always runs
33 class DragDownloadFile::DragDownloadFileUI : public DownloadItem::Observer { class in class:content::DragDownloadFile
35 DragDownloadFileUI(const GURL& url, function in class:content::DragDownloadFile::DragDownloadFileUI
67 params->set_callback(base::Bind(&DragDownloadFileUI::OnDownloadStarted,
86 virtual ~DragDownloadFileUI() {
146 base::WeakPtrFactory<DragDownloadFileUI> weak_ptr_factory_;
148 DISALLOW_COPY_AND_ASSIGN(DragDownloadFileUI);
163 drag_ui_ = new DragDownloadFileUI(
182 &DragDownloadFileUI::Delete, base::Unretained(drag_ui_)));
198 &DragDownloadFileUI
[all...]

Completed in 90 milliseconds