Home
last modified time | relevance | path

Searched refs:dropEffect (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/dom/
DClipboard.h46 String dropEffect() const { return m_dropEffect; } in dropEffect() function
DClipboard.idl32 attribute [ConvertNullStringTo=Undefined] DOMString dropEffect;
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.cpp1344 const AtomicString& dropEffect = getAttribute(aria_dropeffectAttr).string(); in supportsARIADropping() local
1345 return !dropEffect.isEmpty(); in supportsARIADropping()
/external/webkit/WebKit/win/
DChangeLog2362 in the Windows build so that it conforms to the Mac OS X build. Hence, dropEffect is
2367 event.dataTransfer.dropEffect nor respected event.dataTransfer.effectsAllowed.
/external/webkit/WebKit/mac/
DChangeLog-2010-01-292325 Currently, when effectAllowed == "none" and dropEffect == "copy" or
2326 dropEffect == "move" the resulting drop effect is "copy" and "move",
2328 of the specified dropEffect, when effectAllowed == "none" the resulting
3033 Initialize DataTransfer's effectAllowed and dropEffect properties correctly
/external/webkit/WebCore/
DChangeLog-2010-01-2910699 Now that dropEffect and effectAllowed are guaranteed to not be
10711 [DnD] effectAllowed and dropEffect can be set to bogus values.
10714 Test to make aure dropEffect and effectAllowed are being set to valid values
10717 Also, drive by change to initialize dropEffect to none (as described in spec).
10719 Test: fast/events/bogus-dropEffect-effectAllowed.html
10723 (WebCore::Clipboard::setDropEffect): Check if dropEffect is being set to a valid value.
33144 when effectAllowed = "uninitialized" the resulting dropEffect should be the
33145 user-specified dropEffect (i.e. "copy", "move", "link") and "none" for any
60468 Initialize DataTransfer's effectAllowed and dropEffect properties correctly
60475 - on dragenter and dragover event, dropEffect should be initialized to a
[all …]
DChangeLog-2005-08-2340929 dropEffect or effectAllowed and it's a copy/paste clipboard
40931 (Clipboard::putValue): Don't let anyone set dropEffect or
41112 (KWQClipboard::setDropEffect): Allow dest side to set dropEffect.
42554 (Clipboard::getValueProperty): Return Undefined if dropEffect or effectAllowed are not set.
42562 (KWQClipboard::dropEffect): These 4 just moved in the file.
42569 (KWQClipboard::destinationOperation): Return dropEffect, converted to a NSDragOp
42571 (KWQClipboard::setDestinationOperation): Set dropEffect, using a Cocoa value
43484 (KWQClipboard::dropEffect):
DChangeLog-2007-10-1428325 (WebCore::ClipboardWin::dropEffect):
61846 (WebCore::Clipboard::dropEffect):