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

Completed in 2798 milliseconds