Searched refs:DragSession (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragSession.h33 struct DragSession { struct in namespace:blink
38 DragSession() function in struct:blink::DragSession
H A DDragController.h42 struct DragSession;
59 DragSession dragEntered(DragData*);
61 DragSession dragUpdated(DragData*);
85 DragSession dragEnteredOrUpdated(DragData*);
87 bool tryDocumentDrag(DragData*, DragDestinationAction, DragSession&);
H A DDragController.cpp61 #include "core/page/DragSession.h"
209 DragSession DragController::dragEntered(DragData* dragData)
232 DragSession DragController::dragUpdated(DragData* dragData)
283 DragSession DragController::dragEnteredOrUpdated(DragData* dragData)
292 return DragSession();
295 DragSession dragSession;
332 bool DragController::tryDocumentDrag(DragData* dragData, DragDestinationAction actionMask, DragSession& dragSession)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp73 #include "core/page/DragSession.h"
3572 DragSession dragSession;

Completed in 219 milliseconds