Home | History | Annotate | Download | only in win

Lines Matching defs:WebDropSource

27 #include "WebDropSource.h"
46 HRESULT WebDropSource::createInstance(WebView* webView, IDropSource** result)
50 *result = new WebDropSource(webView);
54 WebDropSource::WebDropSource(WebView* webView)
60 gClassNameCount.add("WebDropSource");
63 WebDropSource::~WebDropSource()
66 gClassNameCount.remove("WebDropSource");
69 STDMETHODIMP WebDropSource::QueryInterface(REFIID riid, void** ppvObject)
83 STDMETHODIMP_(ULONG) WebDropSource::AddRef(void)
88 STDMETHODIMP_(ULONG) WebDropSource::Release(void)
107 STDMETHODIMP WebDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState)
117 STDMETHODIMP WebDropSource::GiveFeedback(DWORD dwEffect)