Home
last modified time | relevance | path

Searched refs:gdk_drag_context_get_actions (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.h57 #define gdk_drag_context_get_actions(context) (context)->actions macro
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp578 gdk_drag_context_get_actions(currentDragSourceContext), in dispatchEvent()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp1626 …t_get_window(widget), position), gdkDragActionToDragOperation(gdk_drag_context_get_actions(context… in webkit_web_view_drag_motion()
1653 …t_get_window(widget), position), gdkDragActionToDragOperation(gdk_drag_context_get_actions(context… in webkit_web_view_drag_data_received()
1670 …t_get_window(widget), position), gdkDragActionToDragOperation(gdk_drag_context_get_actions(context… in webkit_web_view_drag_drop()
/external/webkit/Tools/
DChangeLog-2011-02-1626232 (gdk_drag_context_get_actions): Added.