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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 84 bool tryDHTMLDrag(DragData*, DragOperation&);
DragController.cpp 339 isHandlingDrag = tryDHTMLDrag(dragData, dragSession.operation);
340 // Do not continue if m_documentUnderMouse has been reset by tryDHTMLDrag.
341 // tryDHTMLDrag fires dragenter event. The event listener that listens
349 // It's unclear why this check is after tryDHTMLDrag.
350 // We send drag events in tryDHTMLDrag and that may be the reason.
583 bool DragController::tryDHTMLDrag(DragData* dragData, DragOperation& operation)
    [all...]

Completed in 46 milliseconds