Home
last modified time | relevance | path

Searched refs:canHandleDragAndDropForTarget (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.h242 …bool canHandleDragAndDropForTarget(DragAndDropHandleType, Node* target, const PlatformMouseEvent&,…
H A DEventHandler.cpp1745 bool EventHandler::canHandleDragAndDropForTarget(DragAndDropHandleType type, Node* target, const Pl… in canHandleDragAndDropForTarget() function in WebCore::EventHandler
1797 …if (newTarget && canHandleDragAndDropForTarget(UpdateDragAndDrop, newTarget, event, clipboard, &ac… in updateDragAndDrop()
1806 …if (m_dragTarget && canHandleDragAndDropForTarget(UpdateDragAndDrop, m_dragTarget.get(), event, cl… in updateDragAndDrop()
1815 …if (newTarget && canHandleDragAndDropForTarget(UpdateDragAndDrop, newTarget, event, clipboard, &ac… in updateDragAndDrop()
1832 …if (m_dragTarget && canHandleDragAndDropForTarget(CancelDragAndDrop, m_dragTarget.get(), event, cl… in cancelDragAndDrop()
1843 …if (m_dragTarget && canHandleDragAndDropForTarget(PerformDragAndDrop, m_dragTarget.get(), event, c… in performDragAndDrop()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-2934007 … (WebCore::EventHandler::canHandleDragAndDropForTarget): Formerly named handleDragAndDropForTarget.
H A DChangeLog-2010-12-06131015 (WebCore::EventHandler::canHandleDragAndDropForTarget):