HomeSort by relevance Sort by last modified time
    Searched full:m_dragcontext (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.h 45 void setDragContext(GdkDragContext* newDragContext) { m_dragContext = newDragContext; }
56 GdkDragContext* dragContext() { return m_dragContext.get(); }
77 GRefPtr<GdkDragContext> m_dragContext;

Completed in 71 milliseconds