Searched refs:droppingContexts (Results 1 – 3 of 3) sorted by relevance
109 HashMap<GdkDragContext*, WebKit::DroppingContext*> droppingContexts; member
1372 …ap<GdkDragContext*, DroppingContext*>::iterator endDroppingContexts = priv->droppingContexts.end(); in webkit_web_view_dispose()1373 …for (HashMap<GdkDragContext*, DroppingContext*>::iterator iter = priv->droppingContexts.begin(); i… in webkit_web_view_dispose()1375 priv->droppingContexts.clear(); in webkit_web_view_dispose()1558 if (!priv->droppingContexts.contains(context->gdkContext)) in doDragLeaveLater()1575 priv->droppingContexts.remove(context->gdkContext); in doDragLeaveLater()1585 if (!priv->droppingContexts.contains(context)) in webkit_web_view_drag_leave()1591 …g_timeout_add(0, reinterpret_cast<GSourceFunc>(doDragLeaveLater), priv->droppingContexts.get(conte… in webkit_web_view_drag_leave()1601 if (!priv->droppingContexts.contains(context)) { in webkit_web_view_drag_motion()1608 priv->droppingContexts.set(context, droppingContext); in webkit_web_view_drag_motion()1615 droppingContext = priv->droppingContexts.get(context); in webkit_web_view_drag_motion()[all …]
5719 (webkit_web_view_dispose): Properly clean up droppingContexts member.5728 … (webkit_web_view_init): Set up the widget as a drop destination and initialize droppingContexts.