Searched refs:currentDragSourceContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.cpp67 GdkDragContext* currentDragSourceContext; variable
560 if (!currentDragSourceContext) {
575 gdk_drag_motion(currentDragSourceContext, parentWidgetWindow, GDK_DRAG_PROTO_XDND,
577 gdk_drag_context_get_selected_action(currentDragSourceContext),
578 gdk_drag_context_get_actions(currentDragSourceContext),
581 } else if (currentDragSourceContext && event->type == GDK_BUTTON_RELEASE) {
851 currentDragSourceContext = 0;
859 currentDragSourceContext = context;
864 currentDragSourceContext = 0;

Completed in 102 milliseconds