Searched refs:WebDropSource (Results 1 – 5 of 5) sorted by relevance
46 HRESULT WebDropSource::createInstance(WebView* webView, IDropSource** result) in createInstance()50 *result = new WebDropSource(webView); in createInstance()54 WebDropSource::WebDropSource(WebView* webView) in WebDropSource() function in WebDropSource63 WebDropSource::~WebDropSource() in ~WebDropSource()69 STDMETHODIMP WebDropSource::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()83 STDMETHODIMP_(ULONG) WebDropSource::AddRef(void) in STDMETHODIMP_()88 STDMETHODIMP_(ULONG) WebDropSource::Release(void) in STDMETHODIMP_()107 STDMETHODIMP WebDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState) in QueryContinueDrag()117 STDMETHODIMP WebDropSource::GiveFeedback(DWORD dwEffect) in GiveFeedback()
41 class WebDropSource : public IDropSource52 WebDropSource(WebView* webView);53 ~WebDropSource();
31 * WebDropSource.h:6317 * WebDropSource.cpp:6318 (WebDropSource::GiveFeedback): Implementation of conditional showing cursor7922 Modified WebDropSource::QueryContinueDrag so as to not call EventHandler::dragSourceMovedTo.7924 * WebDropSource.cpp:7925 (WebDropSource::QueryContinueDrag): Removed call to EventHandler::dragSourceMovedTo.8490 The WebView and WebDropSource drag-and-drop functions, as called by function8500 * WebDropSource.cpp:8501 (WebDropSource::QueryContinueDrag): Moved call to EventHandler::dragSourceEndedAt8503 * WebDropSource.h:[all …]
1787 * WebDropSource.cpp: a different header file included.5512 * WebDropSource.cpp:5513 (WebDropSource::WebDropSource):5514 (WebDropSource::~WebDropSource):5515 * WebDropSource.h:14166 * WebDropSource.cpp:16201 * WebDropSource.cpp: Added.16202 (WebDropSource::createInstance):16203 (WebDropSource::WebDropSource):16204 (WebDropSource::QueryInterface):[all …]
121 if (FAILED(WebDropSource::createInstance(m_webView, &source))) in startDrag()