Searched defs:BookmarkDrag (Results 1 - 2 of 2) sorted by last modified time

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_drag.cc119 // BookmarkDrag ----------------------------------------------------------------
121 BookmarkDrag::BookmarkDrag(Profile* profile, function in class:BookmarkDrag
130 BookmarkDrag::~BookmarkDrag() {
133 void BookmarkDrag::OnDragDataGet(GtkWidget* widget, GdkDragContext* context,
141 void BookmarkDrag::BeginDrag(Profile* profile,
143 new BookmarkDrag(profile, nodes);
H A Dcustom_drag.h85 class BookmarkDrag : public CustomDrag { class in inherits:CustomDrag
87 // Creates a new BookmarkDrag, the lifetime of which is tied to the
93 BookmarkDrag(Profile* profile,
95 virtual ~BookmarkDrag();
104 DISALLOW_COPY_AND_ASSIGN(BookmarkDrag);

Completed in 75 milliseconds