Searched refs:okEffect (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragClientWin.cpp84 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_page->corePage()->dragController()->sourceDragOperation());
86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp145 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_webView->page()->dragController()->sourceDragOperation()); local
152 hr = uiPrivate->doDragDrop(m_webView, dataObject.get(), source.get(), okEffect, &effect);
155 hr = DoDragDrop(dataObject.get(), source.get(), okEffect, &effect);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegatePrivate.idl60 HRESULT doDragDrop([in] IWebView* sender, [in] IDataObject* dataObject, [in] IDropSource* dropSource, [in] DWORD okEffect, [out, retval] DWORD* performedEffect);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp500 /* [in] */ DWORD okEffect,
496 doDragDrop( IWebView* sender, IDataObject* object, IDropSource* source, DWORD okEffect, DWORD* performedEffect) argument
H A DUIDelegate.h370 /* [in] */ DWORD okEffect,
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h404 void startDragDrop(const WebCore::IntPoint& imagePoint, const WebCore::IntPoint& dragPoint, uint64_t okEffect, const HashMap<UINT, Vector<String> >& dataMap, const WebCore::IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag);
H A DWebPageProxy.cpp755 void WebPageProxy::startDragDrop(const IntPoint& imageOrigin, const IntPoint& dragPoint, uint64_t okEffect, argument
793 if (::DoDragDrop(dataObject.get(), source.get(), okEffect, &effect) == DRAGDROP_S_DROP) {

Completed in 199 milliseconds