Home
last modified time | relevance | path

Searched refs:tryDocumentDrag (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.h87 bool tryDocumentDrag(DragData*, DragDestinationAction, DragSession&);
DDragController.cpp297 m_documentIsHandlingDrag = tryDocumentDrag(dragData, m_dragDestinationAction, dragSession); in dragEnteredOrUpdated()
333 bool DragController::tryDocumentDrag(DragData* dragData, DragDestinationAction actionMask, DragSess… in tryDocumentDrag() function in WebCore::DragController