Searched refs:tryDocumentDrag (Results 1 – 2 of 2) sorted by relevance
87 bool tryDocumentDrag(DragData*, DragDestinationAction, DragSession&);
297 m_documentIsHandlingDrag = tryDocumentDrag(dragData, m_dragDestinationAction, dragSession); in dragEnteredOrUpdated()333 bool DragController::tryDocumentDrag(DragData* dragData, DragDestinationAction actionMask, DragSess… in tryDocumentDrag() function in WebCore::DragController