Searched refs:fEscapePressed (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDropSource.cpp108 STDMETHODIMP WebDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState) argument
110 if (fEscapePressed || !(grfKeyState & (MK_LBUTTON|MK_RBUTTON))) {
111 m_dropped = !fEscapePressed;
112 return fEscapePressed? DRAGDROP_S_CANCEL : DRAGDROP_S_DROP;
H A DWebDropSource.h47 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState);

Completed in 177 milliseconds