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

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.h 30 class WebDragClient : public WebCore::DragClient {
32 WebDragClient(WebView*);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.h 33 class WebDragClient : public WebCore::DragClient {
35 WebDragClient(WebView*);
WebDragClient.cpp 27 #include "WebDragClient.h"
59 WebDragClient::WebDragClient(WebView* webView)
65 DragDestinationAction WebDragClient::actionMaskForDrag(DragData* dragData)
77 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData* dragData)
86 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
96 void WebDragClient::willPerformDragSourceAction(DragSourceAction action, const IntPoint& intPoint, Clipboard* clipboard)
111 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
170 void WebDragClient::dragControllerDestroyed()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebDragClient.h 35 class WebDragClient : public WebCore::DragClient {
37 WebDragClient(WebPage* page)

Completed in 39 milliseconds