Home
last modified time | relevance | path

Searched refs:DownloadItemDrag (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcustom_drag.cc77 DownloadItemDrag::DownloadItemDrag(const DownloadItem* item, in DownloadItemDrag() function in DownloadItemDrag
83 DownloadItemDrag::~DownloadItemDrag() { in ~DownloadItemDrag()
86 void DownloadItemDrag::OnDragDataGet( in OnDragDataGet()
94 void DownloadItemDrag::SetSource(GtkWidget* widget, in SetSource()
115 void DownloadItemDrag::BeginDrag(const DownloadItem* item, gfx::Image* icon) { in BeginDrag()
116 new DownloadItemDrag(item, icon); in BeginDrag()
Dcustom_drag.h58 class DownloadItemDrag : public CustomDrag {
72 DownloadItemDrag(const DownloadItem* item, gfx::Image* icon);
73 virtual ~DownloadItemDrag();
81 DISALLOW_COPY_AND_ASSIGN(DownloadItemDrag);
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc409 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_); in OnDownloadUpdated()
529 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_); in OnLoadLargeIconComplete()
/external/chromium/chrome/browser/download/
Ddownload_util.cc606 DownloadItemDrag::BeginDrag(download, icon); in DragDownload()