Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DDragActions.h36 DragDestinationActionDHTML = 1, enumerator
DDragController.cpp243 if ((m_dragDestinationAction & DragDestinationActionDHTML) && m_documentIsHandlingDrag) { in performDrag()
344 if (actionMask & DragDestinationActionDHTML) { in tryDocumentDrag()
/external/chromium_org/third_party/WebKit/Source/web/
DDragClientImpl.cpp59 DragDestinationActionDHTML | DragDestinationActionEdit); in actionMaskForDrag()