Searched defs:GdkDragContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/gtk/
H A DDataObjectGtk.h31 typedef struct _GdkDragContext GdkDragContext; typedef in typeref:struct:_GdkDragContext
48 void setDragContext(GdkDragContext* newDragContext) { m_dragContext = newDragContext; }
53 GdkDragContext* dragContext() { return m_dragContext.get(); }
72 GRefPtr<GdkDragContext> m_dragContext;

Completed in 43 milliseconds