HomeSort by relevance Sort by last modified time
    Searched defs:BookmarkDrag (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.h 26 class BookmarkDrag {
34 virtual ~BookmarkDrag() {}
46 void set_bookmark_drag_delegate(BookmarkDrag* bookmark_drag) {
49 BookmarkDrag* bookmark_drag_delegate() { return bookmark_drag_; }
93 // The BookmarkDrag is used to forward bookmark drag and drop events to
95 BookmarkDrag* bookmark_drag_;
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.cc 119 // BookmarkDrag ----------------------------------------------------------------
121 BookmarkDrag::BookmarkDrag(Profile* profile,
130 BookmarkDrag::~BookmarkDrag() {
133 void BookmarkDrag::OnDragDataGet(GtkWidget* widget, GdkDragContext* context,
141 void BookmarkDrag::BeginDrag(Profile* profile,
143 new BookmarkDrag(profile, nodes);
custom_drag.h 85 class BookmarkDrag : public 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);
  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.cc 166 // BookmarkDrag ----------------------------------------------------------------
168 BookmarkDrag::BookmarkDrag(Profile* profile,
177 BookmarkDrag::~BookmarkDrag() {
180 void BookmarkDrag::OnDragDataGet(GtkWidget* widget, GdkDragContext* context,
188 void BookmarkDrag::BeginDrag(Profile* profile,
190 new BookmarkDrag(profile, nodes);
custom_drag.h 91 class BookmarkDrag : public CustomDrag {
93 // Creates a new BookmarkDrag, the lifetime of which is tied to the
99 BookmarkDrag(Profile* profile,
101 virtual ~BookmarkDrag();
110 DISALLOW_COPY_AND_ASSIGN(BookmarkDrag);

Completed in 166 milliseconds