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

  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.h 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
    [all...]
tab_contents_drag_source.cc 30 TabContentsDragSource::TabContentsDragSource(
52 TabContentsDragSource::~TabContentsDragSource() {
65 TabContents* TabContentsDragSource::tab_contents() const {
69 void TabContentsDragSource::StartDragging(const WebDropData& drop_data,
149 void TabContentsDragSource::WillProcessEvent(GdkEvent* event) {
153 void TabContentsDragSource::DidProcessEvent(GdkEvent* event) {
168 void TabContentsDragSource::OnDragDataGet(GtkWidget* sender,
272 gboolean TabContentsDragSource::OnDragFailed(GtkWidget* sender
    [all...]

Completed in 233 milliseconds