OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadItemDrag
(Results
1 - 2
of
2
) 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
);
Completed in 46 milliseconds