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

  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.cpp 32 #include "DragClientImpl.h"
48 void DragClientImpl::willPerformDragDestinationAction(DragDestinationAction, DragData*)
53 void DragClientImpl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
58 DragDestinationAction DragClientImpl::actionMaskForDrag(DragData*)
67 DragSourceAction DragClientImpl::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
73 void DragClientImpl::startDrag(DragImageRef dragImage,
99 void DragClientImpl::dragControllerDestroyed()
DragClientImpl.h 47 class DragClientImpl : public WebCore::DragClient {
49 DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
WebViewImpl.h 43 #include "DragClientImpl.h"
419 DragClientImpl m_dragClientImpl;

Completed in 126 milliseconds