Home | History | Annotate | Download | only in win

Lines Matching defs:WebDragSource

27 #include "WebDragSource.h"
39 PassRefPtr<WebDragSource> WebDragSource::createInstance()
41 return adoptRef(new WebDragSource);
44 WebDragSource::WebDragSource()
48 HRESULT WebDragSource::QueryInterface(REFIID riid, void** ppvObject)
61 ULONG WebDragSource::AddRef(void)
67 ULONG WebDragSource::Release(void)
73 HRESULT WebDragSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfState)
84 HRESULT WebDragSource::GiveFeedback(DWORD dwEffect)