Home
last modified time | relevance | path

Searched refs:DragSourceActionSelection (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DDragActions.h48 DragSourceActionSelection = 8, enumerator
DDragController.cpp601 && m_dragSourceAction & DragSourceActionSelection) in mayStartDragAtEventLocation()
755 } else if (isSelected && (m_dragSourceAction & DragSourceActionSelection)) { in startDrag()
766 m_client->willPerformDragSourceAction(DragSourceActionSelection, dragOrigin, clipboard); in startDrag()
DEventHandler.cpp917 …k & DragSourceActionImage) || (mask & DragSourceActionLink) || (mask & DragSourceActionSelection)); in allowDHTMLDrag()