Home
last modified time | relevance | path

Searched refs:QueryContinueDrag (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebDragSource.h41 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(BOOL fEscapePressed, DWORD grfState);
DWebDragSource.cpp73 HRESULT WebDragSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfState) in QueryContinueDrag() function in WebDragSource
/external/webkit/Source/WebKit/win/
DWebDropSource.h47 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState);
DWebDropSource.cpp107 STDMETHODIMP WebDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState) in QueryContinueDrag() function in WebDropSource
DChangeLog7922 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::dragSourceEndedAt
10348 (WebDropSource::QueryContinueDrag):
DChangeLog-2009-06-1616209 (WebDropSource::QueryContinueDrag):
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp245 HRESULT hr = draggingInfo->dropSource()->QueryContinueDrag(0, 0); in doMouseUp()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-162305 (WebDragSource::QueryContinueDrag):