Searched refs:QueryContinueDrag (Results 1 – 8 of 8) sorted by relevance
41 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(BOOL fEscapePressed, DWORD grfState);
73 HRESULT WebDragSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfState) in QueryContinueDrag() function in WebDragSource
47 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState);
107 STDMETHODIMP WebDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState) in QueryContinueDrag() function in WebDropSource
7922 Modified WebDropSource::QueryContinueDrag so as to not call EventHandler::dragSourceMovedTo.7925 (WebDropSource::QueryContinueDrag): Removed call to EventHandler::dragSourceMovedTo.8501 (WebDropSource::QueryContinueDrag): Moved call to EventHandler::dragSourceEndedAt10348 (WebDropSource::QueryContinueDrag):
16209 (WebDropSource::QueryContinueDrag):
245 HRESULT hr = draggingInfo->dropSource()->QueryContinueDrag(0, 0); in doMouseUp()
2305 (WebDragSource::QueryContinueDrag):