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

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DDragClientEfl.cpp53 DragSourceAction DragClientEfl::dragSourceActionMaskForPoint(const IntPoint&) function in class:WebCore::DragClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DDragClientHaiku.cpp51 DragSourceAction DragClientHaiku::dragSourceActionMaskForPoint(const IntPoint&) function in class:WebCore::DragClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DDragClientWinCE.cpp50 DragSourceAction DragClientWinCE::dragSourceActionMaskForPoint(const IntPoint&) function in class:WebKit::DragClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.cpp50 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint) function in class:WebKit::WebDragClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDragClientAndroid.cpp40 DragSourceAction DragClientAndroid::dragSourceActionMaskForPoint(const IntPoint&) { notImplemented(); return DragSourceActionNone; } function in class:android::DragClientAndroid
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.cpp57 DragSourceAction DragClientWx::dragSourceActionMaskForPoint(const IntPoint&) function in class:WebCore::DragClientWx
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp67 DragSourceAction DragClientImpl::dragSourceActionMaskForPoint(const IntPoint& windowPoint) function in class:WebKit::DragClientImpl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.cpp80 DragSourceAction DragClientQt::dragSourceActionMaskForPoint(const IntPoint&) function in class:WebCore::DragClientQt
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.cpp94 DragSourceAction DragClient::dragSourceActionMaskForPoint(const IntPoint&) function in class:WebKit::DragClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp86 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint) function in class:WebDragClient
92 delegateRef->dragSourceActionMaskForPoint(m_webView, &localpt, &action);
H A DWebInspectorDelegate.h175 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint( function in class:WebInspectorDelegate
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h71 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint(IWebView*, LPPOINT, WebDragSourceAction*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h182 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint( function in class:UIDelegate
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h578 virtual DragSourceAction dragSourceActionMaskForPoint(const IntPoint&) { return DragSourceActionNone; } function in class:WebCore::EmptyDragClient

Completed in 871 milliseconds