HomeSort by relevance Sort by last modified time
    Searched refs:okEffect (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 84 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/
WebDragClient.cpp 145 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_webView->page()->dragController()->sourceDragOperation());
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/
IWebUIDelegatePrivate.idl 60 HRESULT doDragDrop([in] IWebView* sender, [in] IDataObject* dataObject, [in] IDropSource* dropSource, [in] DWORD okEffect, [out, retval] DWORD* performedEffect);
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 500 /* [in] */ DWORD okEffect,
UIDelegate.h 370 /* [in] */ DWORD okEffect,
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 404 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);
    [all...]
WebPageProxy.cpp 755 void WebPageProxy::startDragDrop(const IntPoint& imageOrigin, const IntPoint& dragPoint, uint64_t okEffect,
793 if (::DoDragDrop(dataObject.get(), source.get(), okEffect, &effect) == DRAGDROP_S_DROP) {
    [all...]

Completed in 240 milliseconds