Searched defs:willPerformDragSourceAction (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DDragClientEfl.cpp43 void DragClientEfl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebCore::DragClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DDragClientHaiku.cpp57 void DragClientHaiku::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebCore::DragClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DDragClientWinCE.cpp39 void DragClientWinCE::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebKit::DragClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.cpp41 void WebDragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebKit::WebDragClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDragClientAndroid.cpp43 void DragClientAndroid::willPerformDragSourceAction(DragSourceAction, IntPoint const&, Clipboard*) {} function in class:android::DragClientAndroid
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.cpp47 void DragClientWx::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebCore::DragClientWx
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp53 void DragClientImpl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebKit::DragClientImpl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.cpp85 void DragClientQt::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) function in class:WebCore::DragClientQt
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.cpp83 void DragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint& startPos, Clipboard*) function in class:WebKit::DragClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp96 void WebDragClient::willPerformDragSourceAction(DragSourceAction action, const IntPoint& intPoint, Clipboard* clipboard) function in class:WebDragClient
106 HRESULT result = uiDelegate->willPerformDragSourceAction(m_webView, static_cast<WebDragSourceAction>(action), &point, dataObject.get(), &newDataObject);
H A DWebInspectorDelegate.h180 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction( function in class:WebInspectorDelegate
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h72 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(IWebView*, WebDragSourceAction, LPPOINT, IDataObject*, IDataObject**) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h187 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction( function in class:UIDelegate
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h576 virtual void willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) { } function in class:WebCore::EmptyDragClient

Completed in 220 milliseconds