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

  /external/chromium/chrome/browser/ui/gtk/
custom_drag.cc 75 // DownloadItemDrag ------------------------------------------------------------
77 DownloadItemDrag::DownloadItemDrag(const DownloadItem* item,
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);
custom_drag.h 58 class DownloadItemDrag : public 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);
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 409 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_);
529 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_);
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 606 DownloadItemDrag::BeginDrag(download, icon);
    [all...]

Completed in 78 milliseconds