HomeSort by relevance Sort by last modified time
    Searched full:drop_effect (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/manual-tests/
drag-cursor-notallowed.html 18 var DROP_EFFECT = 'copy';
67 e.dataTransfer.dropEffect = DROP_EFFECT;
90 drop target is <code><script>document.write(DROP_EFFECT)</script></code> then the drop is not allowed and the cursor should
101 <label for="dropEffect">Expects dropEffect:</label> <code><script>document.write(DROP_EFFECT)</script></code>
  /cts/tests/tests/webkitsecurity/assets/
drag-and-drop-dataTransfer-types-nocrash.html 17 var DROP_EFFECT = 'copy';
63 e.dataTransfer.dropEffect = DROP_EFFECT;
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.cc 220 DWORD drop_effect = web_drag_utils_win::WebDragOpToWinDragOp(drag_cursor_); local
221 return drop_effect != DROPEFFECT_MOVE ? drop_effect : DROPEFFECT_COPY;

Completed in 88 milliseconds