Searched refs:DownloadItemDrag (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/ |
D | custom_drag.cc | 77 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()
|
D | custom_drag.h | 58 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/ |
D | download_item_gtk.cc | 409 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/ |
D | download_util.cc | 606 DownloadItemDrag::BeginDrag(download, icon); in DragDownload()
|