HomeSort by relevance Sort by last modified time
    Searched defs:willPerformDragSourceAction (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebKit/efl/WebCoreSupport/
DragClientEfl.cpp 43 void DragClientEfl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
DragClientHaiku.cpp 57 void DragClientHaiku::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
DragClientWinCE.cpp 39 void DragClientWinCE::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
DragClientWx.cpp 47 void DragClientWx::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebDragClient.cpp 41 void WebDragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
DragClientAndroid.cpp 43 void DragClientAndroid::willPerformDragSourceAction(DragSourceAction, IntPoint const&, Clipboard*) {}
  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.cpp 53 void DragClientImpl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 85 void DragClientQt::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DragClientGtk.cpp 83 void DragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint& startPos, Clipboard*)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 96 void WebDragClient::willPerformDragSourceAction(DragSourceAction action, const IntPoint& intPoint, Clipboard* clipboard)
106 HRESULT result = uiDelegate->willPerformDragSourceAction(m_webView, static_cast<WebDragSourceAction>(action), &point, dataObject.get(), &newDataObject);
WebInspectorDelegate.h 180 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 187 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 72 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(IWebView*, WebDragSourceAction, LPPOINT, IDataObject*, IDataObject**) { return E_NOTIMPL; }
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 580 virtual void willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) { }

Completed in 359 milliseconds