Home | History | Annotate | Download | only in gtk

Lines Matching defs:TabContentsDragSource

27 // TabContentsDragSource takes care of managing the drag from a TabContents
29 class TabContentsDragSource : public MessageLoopForUI::Observer {
31 explicit TabContentsDragSource(TabContentsView* tab_contents_view);
32 ~TabContentsDragSource();
36 // Starts a drag for the tab contents this TabContentsDragSource was
49 CHROMEGTK_CALLBACK_2(TabContentsDragSource, gboolean, OnDragFailed,
51 CHROMEGTK_CALLBACK_1(TabContentsDragSource, void, OnDragBegin,
53 CHROMEGTK_CALLBACK_1(TabContentsDragSource, void, OnDragEnd,
55 CHROMEGTK_CALLBACK_4(TabContentsDragSource, void, OnDragDataGet,
57 CHROMEGTK_CALLBACK_1(TabContentsDragSource, gboolean, OnDragIconExpose,
107 DISALLOW_COPY_AND_ASSIGN(TabContentsDragSource);