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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragSession.h 33 struct DragSession {
38 DragSession()
DragController.h 42 struct DragSession;
63 DragSession dragEntered(DragData*);
65 DragSession dragUpdated(DragData*);
89 DragSession dragEnteredOrUpdated(DragData*);
91 bool tryDocumentDrag(DragData*, DragDestinationAction, DragSession&);
DragController.cpp 60 #include "core/page/DragSession.h"
208 DragSession DragController::dragEntered(DragData* dragData)
231 DragSession DragController::dragUpdated(DragData* dragData)
282 DragSession DragController::dragEnteredOrUpdated(DragData* dragData)
291 return DragSession();
294 DragSession dragSession;
295 m_documentIsHandlingDrag = tryDocumentDrag(dragData, m_dragDestinationAction, dragSession);
297 dragSession.operation = operationForLoad(dragData);
298 return dragSession;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 69 #include "core/page/DragSession.h"
    [all...]

Completed in 109 milliseconds