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

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_drag.cc75 // DownloadItemDrag ------------------------------------------------------------
77 DownloadItemDrag::DownloadItemDrag(const DownloadItem* item, function in class:DownloadItemDrag
83 DownloadItemDrag::~DownloadItemDrag() {
86 void DownloadItemDrag::OnDragDataGet(
94 void DownloadItemDrag::SetSource(GtkWidget* widget,
115 void DownloadItemDrag::BeginDrag(const DownloadItem* item, gfx::Image* icon) {
116 new DownloadItemDrag(item, icon);
H A Dcustom_drag.h58 class DownloadItemDrag : public CustomDrag { class in inherits:CustomDrag
61 // DownloadItemDrag object is created.
67 // Creates a new DownloadItemDrag, the lifetime of which is tied to the
72 DownloadItemDrag(const DownloadItem* item, gfx::Image* icon);
73 virtual ~DownloadItemDrag();
81 DISALLOW_COPY_AND_ASSIGN(DownloadItemDrag);

Completed in 41 milliseconds