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

  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_drag_drop_gtk.cc 19 class BookmarkDrag : public CustomDrag {
21 BookmarkDrag(Profile* profile, const std::vector<const BookmarkNode*>& nodes);
24 virtual ~BookmarkDrag() {}
37 DISALLOW_COPY_AND_ASSIGN(BookmarkDrag);
40 BookmarkDrag::BookmarkDrag(Profile* profile,
57 new BookmarkDrag(profile, nodes);
  /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.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_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.h 25 : public BookmarkTabHelper::BookmarkDrag {
31 // BookmarkTabHelper::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 112 milliseconds