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

  /external/webkit/Source/WebKit/efl/WebCoreSupport/
DragClientEfl.cpp 30 #include "DragClientEfl.h"
38 void DragClientEfl::willPerformDragDestinationAction(DragDestinationAction, DragData*)
43 void DragClientEfl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
48 DragDestinationAction DragClientEfl::actionMaskForDrag(DragData*)
53 DragSourceAction DragClientEfl::dragSourceActionMaskForPoint(const IntPoint&)
58 void DragClientEfl::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool)
63 void DragClientEfl::dragControllerDestroyed()
DragClientEfl.h 39 class DragClientEfl : public WebCore::DragClient {
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 30 #include "DragClientEfl.h"
551 pageClients.dragClient = static_cast<WebCore::DragClient*>(new WebCore::DragClientEfl);
    [all...]

Completed in 64 milliseconds