Searched refs:draggingDataObjects (Results 1 – 4 of 4) sorted by relevance
108 HashMap<GdkDragContext*, RefPtr<WebCore::DataObjectGtk> > draggingDataObjects; member
1507 if (!priv->draggingDataObjects.contains(context)) in webkit_web_view_drag_end()1510 priv->draggingDataObjects.remove(context); in webkit_web_view_drag_end()1547 if (!priv->draggingDataObjects.contains(context)) in webkit_web_view_drag_data_get()1550 …pasteboardHelperInstance()->fillSelectionData(selectionData, info, priv->draggingDataObjects.get(c… in webkit_web_view_drag_data_get()
110 webView->priv->draggingDataObjects.set(context, dataObject); in startDrag()
5782 [GTK] Convert WebKitWebView's private draggingDataObjects member to a pointer5785 Convert draggingDataObjects to a pointer. The constructor and destructor of the5818 [GTK] Convert WebKitWebView's private draggingDataObjects member to a pointer5821 Convert draggingDataObjects to a pointer. The constructor and destructor of the