/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-image-for-links-and-images.html | 5 function onDragStart(event) { 16 <p><a href="#" ondragstart="onDragStart(event)">Drag Me</a> 17 <p><img src="resources/3dolph.gif" ondragstart="onDragStart(event)">
|
drag-with-div-or-image-as-data-image.html | 43 <div class="draggable" ondragstart="dragDivAndSeeImageDragged()"> Drag me, I am a div! (first div)</div> 46 <img src="resources/webkit-background.png" class="draggable" ondragstart="dragImageAndSeeDivDragged()" />
|
drag-image.html | 22 <div ondragstart="dragStartHandler()" draggable="true">Try dragging me around!</div>
|
drag-escape.html | 53 <a id="test-link" href="http://webkit.org" ondragstart="dragStart(event)">Drag Me!</a>
|
drag-image-no-crash.html | 74 "<span ondragstart='dragStartHandler()'" +
|
drag-cursor-notallowed.html | 30 dragMe.ondragstart = dragStart;
|
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/ |
jquery.tablednd.js | 27 * onDragStart 52 * Version 0.3: 2008-02-07 Added onDragStart option 83 onDragStart: options.onDragStart, 115 if (config.onDragStart) { 117 config.onDragStart(table, this);
|
/external/skia/tools/bug_chomper/res/third_party/ |
jquery.tablednd.js | 27 * onDragStart 52 * Version 0.3: 2008-02-07 Added onDragStart option 83 onDragStart: options.onDragStart, 115 if (config.onDragStart) { 117 config.onDragStart(table, this);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAttributeNames.in | 184 ondragstart
|
/external/chromium_org/net/base/ |
dir_header.html | 37 link.addEventListener("dragstart", onDragStart, false); 51 function onDragStart(e) {
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
GlobalEventHandlers.idl | 55 attribute EventHandler ondragstart;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ButtonDropTarget.java | 102 public void onDragStart(DragSource source, Object info, int dragAction) {
|
InfoDropTarget.java | 101 public void onDragStart(DragSource source, Object info, int dragAction) {
|
DropTarget.java | 93 public void onDragStart(DragSource source, Object info, int dragAction) {
|
SearchDropTargetBar.java | 179 public void onDragStart(DragSource source, Object info, int dragAction) {
|
DragController.java | 135 void onDragStart(DragSource source, Object info, int dragAction); 225 listener.onDragStart(source, dragInfo, dragAction);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ButtonDropTarget.java | 100 public void onDragStart(DragSource source, Object info, int dragAction) {
|
InfoDropTarget.java | 104 public void onDragStart(DragSource source, Object info, int dragAction) {
|
DropTarget.java | 93 public void onDragStart(DragSource source, Object info, int dragAction) {
|
SearchDropTargetBar.java | 199 public void onDragStart(DragSource source, Object info, int dragAction) {
|
DragController.java | 132 void onDragStart(DragSource source, Object info, int dragAction); 221 listener.onDragStart(source, dragInfo, dragAction);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
util.js | 118 document.ondragstart = function(e) {
|
/external/chromium_org/third_party/flot/ |
jquery.flot.navigate.min.js | 86 */(function(e){function t(i){var l,h=this,p=i.data||{};if(p.elem)h=i.dragTarget=p.elem,i.dragProxy=a.proxy||h,i.cursorOffsetX=p.pageX-p.left,i.cursorOffsetY=p.pageY-p.top,i.offsetX=i.pageX-i.cursorOffsetX,i.offsetY=i.pageY-i.cursorOffsetY;else if(a.dragging||p.which>0&&i.which!=p.which||e(i.target).is(p.not))return;switch(i.type){case"mousedown":return e.extend(p,e(h).offset(),{elem:h,target:i.target,pageX:i.pageX,pageY:i.pageY}),o.add(document,"mousemove mouseup",t,p),s(h,!1),a.dragging=null,!1;case!a.dragging&&"mousemove":if(r(i.pageX-p.pageX)+r(i.pageY-p.pageY)<p.distance)break;i.target=p.target,l=n(i,"dragstart",h),l!==!1&&(a.dragging=h,a.proxy=i.dragProxy=e(l||h)[0]);case"mousemove":if(a.dragging){if(l=n(i,"drag",h),u.drop&&(u.drop.allowed=l!==!1,u.drop.handler(i)),l!==!1)break;i.type="mouseup"};case"mouseup":o.remove(document,"mousemove mouseup",t),a.dragging&&(u.drop&&u.drop.handler(i),n(i,"dragend",h)),s(h,!0),a.dragging=a.proxy=p.elem=!1}return!0}function n(t,n,r){t.type=n;var i=e.event.dispatch.call(r,t);return i===!1?!1:i||t.result}function r(e){return Math.pow(e,2)}function i(){return a.dragging===!1}function s(e,t){e&&(e.unselectable=t?"off":"on",e.onselectstart=function(){return t},e.style&&(e.style.MozUserSelect=t?"":"none"))}e.fn.drag=function(e,t,n){return t&&this.bind("dragstart",e),n&&this.bind("dragend",n),e?this.bind("drag",t?t:e):this.trigger("drag")};var o=e.event,u=o.special,a=u.drag={not:":input",distance:0,which:1,dragging:!1,setup:function(n){n=e.extend({distance:a.distance,which:a.which,not:a.not},n||{}),n.distance=r(n.distance),o.add(this,"mousedown",t,n),this.attachEvent&&this.attachEvent("ondragstart",i)},teardown:function(){o.remove(this,"mousedown",t),this===a.dragging&&(a.dragging=a.proxy=!1),s(this,!0),this.detachEvent&&this.detachEvent("ondragstart",i)}};u.dragstart=u.dragend={setup:function(){},teardown:function(){}}})(jQuery),function(e){funct (…)
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 213 * is defined and returns true, the ondragstart event will be surpressed. 223 document.ondragstart = function(e) {
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/ |
audio_player.js | 70 document.ondragstart = function(e) { e.preventDefault() };
|