Searched defs:DragController (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DDragController.h50 class DragController { class in namespace:WebCore
51 WTF_MAKE_NONCOPYABLE(DragController); WTF_MAKE_FAST_ALLOCATED;
53 DragController(Page*, DragClient*);
54 ~DragController();
H A DDragController.cpp27 #include "DragController.h"
84 DragController::DragController(Page* page, DragClient* client) function in class:WebCore::DragController
97 DragController::~DragController()
144 bool DragController::dragIsMove(SelectionController* selection, DragData* dragData)
150 void DragController::cancelDrag()
155 void DragController::dragEnded()
162 DragOperation DragController::dragEntered(DragData* dragData)
167 void DragController
[all...]

Completed in 58 milliseconds