Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.h264 …bool canHandleDragAndDropForTarget(DragAndDropHandleType, Node* target, const PlatformMouseEvent&,…
DEventHandler.cpp1769 bool EventHandler::canHandleDragAndDropForTarget(DragAndDropHandleType type, Node* target, const Pl… in canHandleDragAndDropForTarget() function in WebCore::EventHandler
1821 …if (newTarget && canHandleDragAndDropForTarget(UpdateDragAndDrop, newTarget, event, clipboard, &ac… in updateDragAndDrop()
1830 …if (m_dragTarget && canHandleDragAndDropForTarget(UpdateDragAndDrop, m_dragTarget.get(), event, cl… in updateDragAndDrop()
1839 …if (newTarget && canHandleDragAndDropForTarget(UpdateDragAndDrop, newTarget, event, clipboard, &ac… in updateDragAndDrop()
1856 …if (m_dragTarget && canHandleDragAndDropForTarget(CancelDragAndDrop, m_dragTarget.get(), event, cl… in cancelDragAndDrop()
1867 …if (m_dragTarget && canHandleDragAndDropForTarget(PerformDragAndDrop, m_dragTarget.get(), event, c… in performDragAndDrop()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2934007 … (WebCore::EventHandler::canHandleDragAndDropForTarget): Formerly named handleDragAndDropForTarget.
DChangeLog-2010-12-06131015 (WebCore::EventHandler::canHandleDragAndDropForTarget):