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

  /external/webkit/WebKit/chromium/src/
DragClientImpl.cpp 32 #include "DragClientImpl.h"
45 void DragClientImpl::willPerformDragDestinationAction(DragDestinationAction, DragData*)
50 void DragClientImpl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
55 DragDestinationAction DragClientImpl::actionMaskForDrag(DragData*)
64 DragSourceAction DragClientImpl::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
70 void DragClientImpl::startDrag(DragImageRef dragImage,
88 DragImageRef DragClientImpl::createDragImageForLink(KURL&, const String& label, Frame*)
94 void DragClientImpl::dragControllerDestroyed()
DragClientImpl.h 47 class DragClientImpl : public WebCore::DragClient {
49 DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
WebViewImpl.h 44 #include "DragClientImpl.h"
329 DragClientImpl m_dragClientImpl;

Completed in 59 milliseconds