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 92 bool tryDHTMLDrag(DragData*, DragOperation&);
DragController.cpp 343 isHandlingDrag = tryDHTMLDrag(dragData, dragSession.operation);
344 // Do not continue if m_documentUnderMouse has been reset by tryDHTMLDrag.
345 // tryDHTMLDrag fires dragenter event. The event listener that listens
353 // It's unclear why this check is after tryDHTMLDrag.
354 // We send drag events in tryDHTMLDrag and that may be the reason.
588 bool DragController::tryDHTMLDrag(DragData* dragData, DragOperation& operation)
    [all...]

Completed in 54 milliseconds