Searched defs:dropEffect (Results 1 – 4 of 4) sorted by relevance
69 String dropEffect() const { return dropEffectIsUninitialized() ? "none" : m_dropEffect; } in dropEffect() function
1264 util.isDropEffectAllowed = function(effectAllowed, dropEffect) { argument
1066 const AtomicString& dropEffect = getAttribute(aria_dropeffectAttr); in supportsARIADropping() local
3578 DragOperation dropEffect = dragSession.operation; in dragTargetDragEnterOrOver() local