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

  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.h 18 class CustomDrag {
20 CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action);
21 virtual ~CustomDrag();
30 CHROMEGTK_CALLBACK_1(CustomDrag, void, OnDragBegin, GdkDragContext*);
31 CHROMEGTK_CALLBACK_1(CustomDrag, void, OnDragEnd, GdkDragContext*);
37 CustomDrag* custom_drag) {
50 DISALLOW_COPY_AND_ASSIGN(CustomDrag);
custom_drag.cc 10 CustomDrag::CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action)
28 CustomDrag::~CustomDrag() {
32 void CustomDrag::OnDragBegin(GtkWidget* widget, GdkDragContext* drag_context) {
37 void CustomDrag::OnDragEnd(GtkWidget* widget, GdkDragContext* drag_context) {
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.h 24 class CustomDrag {
26 explicit CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action);
27 virtual ~CustomDrag();
34 CHROMEGTK_CALLBACK_1(CustomDrag, void, OnDragBegin, GdkDragContext*);
35 CHROMEGTK_CALLBACK_1(CustomDrag, void, OnDragEnd, GdkDragContext*);
41 CustomDrag* custom_drag) {
54 DISALLOW_COPY_AND_ASSIGN(CustomDrag);
58 class DownloadItemDrag : public CustomDrag {
85 class BookmarkDrag : public CustomDrag {
custom_drag.cc 42 // CustomDrag ------------------------------------------------------------------
44 CustomDrag::CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action)
62 CustomDrag::~CustomDrag() {
66 void CustomDrag::OnDragBegin(GtkWidget* widget, GdkDragContext* drag_context) {
71 void CustomDrag::OnDragEnd(GtkWidget* widget, GdkDragContext* drag_context) {
79 : CustomDrag(icon, kDownloadItemCodeMask, kDownloadItemDragAction),
123 : CustomDrag(NULL,
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_drag_drop_gtk.cc 19 class BookmarkDrag : public CustomDrag {
42 : CustomDrag(NULL, GetCodeMask(false), kBookmarkDragAction),
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_drag.h 18 class DownloadItemDrag : public CustomDrag {
download_item_drag.cc 113 : CustomDrag(icon, kDownloadItemCodeMask, kDownloadItemDragAction),

Completed in 679 milliseconds