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

  /external/chromium/chrome/browser/ui/gtk/
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);
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);
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.h 21 : public RenderViewHostDelegate::BookmarkDrag {
27 // RenderViewHostDelegate::BookmarkDrag interface
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 699 virtual RenderViewHostDelegate::BookmarkDrag* GetBookmarkDragDelegate();
705 RenderViewHostDelegate::BookmarkDrag* bookmark_drag);
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 358 BookmarkDrag::BeginDrag(profile, nodes);

Completed in 411 milliseconds