/external/chromium_org/ash/wm/panels/ |
panel_window_resizer_unittest.cc | 91 void DragEnd() { 123 DragEnd(); 134 DragEnd(); 172 DragEnd(); 181 DragEnd(); 309 DragEnd(); 318 DragEnd(); 338 DragEnd(); 360 DragEnd(); 371 DragEnd(); [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-escape.html | 6 var expectedEvents = ["dragstart", "dragend"];
|
drag-cursor-notallowed.html | 31 dragMe.ondragend = dragEnd; 45 function dragEnd(e)
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventTypeNames.in | 67 dragend
|
MouseEvent.cpp | 176 || t == EventTypeNames::dragstart|| t == EventTypeNames::drag || t == EventTypeNames::dragend;
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
TestTouchUtils.java | 126 * Starts (synchronously) a drag motion. Normally followed by dragTo() and dragEnd(). 141 * dragStart() and followed by dragEnd() 173 public static void dragEnd(Instrumentation instrumentation, float x, float y, long downTime) { 179 * This method makes calls to dragStart, dragTo and dragEnd. 196 dragEnd(instrumentation, toLocation[0], toLocation[1], downTime);
|
TouchCommon.java | 28 * Starts (synchronously) a drag motion. Normally followed by dragTo() and dragEnd(). 43 * dragStart() and followed by dragEnd() 78 public void dragEnd(float x, float y, long downTime) {
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
AwTestTouchUtils.java | 47 private static void dragEnd(View view, float x, float y, long downTime) { 72 dragEnd(view, toX, toY, downTime);
|
/external/chromium_org/ash/wm/dock/ |
docked_window_resizer_unittest.cc | 158 void DragEnd() { 229 DragEnd(); 423 DragEnd(); 436 DragEnd(); 517 DragEnd(); 618 DragEnd(); 661 DragEnd(); 677 DragEnd(); 694 DragEnd(); 742 DragEnd(); [all...] |
docked_window_layout_manager_unittest.cc | 139 void DragEnd() { 206 DragEnd(); 450 DragEnd(); 513 DragEnd(); 583 DragEnd(); 690 DragEnd(); [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
browser_options_startup_page_list.js | 140 this.addEventListener('dragend', this.handleDragEnd_.bind(this)); 274 * Handles the dragend event. 275 * @param {Event} e The dragend event.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
GlobalEventHandlers.h | 50 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(dragend);
|
/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){function t(t){var n=t||window.event,r=[].slice.call(arguments,1),i=0,s=0,o=0,t=e.event.fix(n);return t.type="mousewheel",n.wheelDelta&&(i=n.wheelDelta/120),n.detail&&(i=-n.detail/3),o=i,void 0!==n.axis&&n.axis===n.HORIZONTAL_AXIS&&(o=0,s=-1*i),void 0!==n.wheelDeltaY&&(o=n.wheelDeltaY/120),void 0!==n.wheelDeltaX&&(s=-1*n.wheelDeltaX/120),r.unshift(t,i,s,o),(e.event.dispatch||e.event.handle).apply(this,r)}var n=["DOMMouseScroll","mousewheel"];if(e.event.fixHooks)for(var r=n.length;r;)e.event.fixHooks[n[--r]]=e.event.mouseHooks;e.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var e=n.length;e;)this.addEventListener(n[--e],t,!1);else this.onmousewheel=t},teardown:function(){if(this.removeEventListener)for(var e=n.length;e;)this.removeEventListener(n[--e],t,!1);else this.onmousewheel=null}},e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})}(jQuery),function(e){function n(t){function n(e,n){var r=t.offset();r.left=e.pageX-r.left,r.top=e.pageY-r.top,n?t.zoomOut({center:r}):t.zoom({center:r})}function r(e,t){return e.preventDefault(),n(e,t<0),!1}function a(e){if(e.which!=1)return!1;var n=t.getPlaceholder().css("cursor");n&&(i=n),t.getPlaceholder().css("cursor",t.getOptions().pan.cursor),s=e.pageX,o=e.pageY}function f(e){var n=t.getOptions().pan.frameRate;if(u||!n)return;u=setTimeout(function(){t.pan({left:s-e.pageX,top:o-e.pageY}),s=e.pageX,o=e.pageY,u=null},1/n*1e3)}function l(e){u&&(clearTimeout(u),u=null),t.getPlaceholder().css("cursor",i),t.pan({left:s-e.pageX,top:o-e.pageY})}function c(e,t){var i=e.getOptions();i.zoom.interactive&&(t[i.zoom.trigger](n),t.mousewheel(r)),i.pan.interactive&&(t.bind("dragstart",{distance:10},a),t.bind("drag",f),t.bind("dragend",l))}function h(e,t){t.unbind(e.getOptions().zoom.trigger,n),t.unbind("mousewheel",r),t.unbind("dragstart",a),t.unbind("drag",f),t.unbind("dragend",l),u&&clearTimeout(u)}var i="default",s=0,o=0,u=null;t.zoomOut=function(e){e||(e={}),e.amount||(e (…)
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_source_win.cc | 70 // happens before IDropTarget::Drop is called. HTML5 requires the "dragend"
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_embedder.h | 135 // (the race is that the dragend message arrives before the drop message so
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_source_win.cc | 75 // happens before IDropTarget::Drop is called. HTML5 requires the "dragend"
|
web_contents_drag_win.cc | 379 // Normally, the drop and dragend events get dispatched in the system 382 // WebDragSource::OnDragSourceDrop, which means that the delayed dragend
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
profiling_view.js | 75 document.addEventListener('dragend', this.ignoreHandler_, false); 92 document.removeEventListener('dragend', this.ignoreHandler_);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGElementInstance.cpp | 75 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), dragend);
|
SVGElementInstance.h | 134 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), dragend); member in class:WebCore::SVGElementInstance
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
InsertionHandleTest.java | 307 TestTouchUtils.dragEnd(getInstrumentation(), toLocation[0], toLocation[1], downTime);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_transfer_controller.js | 76 list.addEventListener('dragend', this.onDragEnd_.bind(this, list)); 342 * @param {Event} event A dragend event of DOM.
|
/external/chromium/chrome/browser/resources/ntp4/ |
grabber.js | 96 DRAG_END: 'grabber:dragend',
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
grabber.js | 96 DRAG_END: 'grabber:dragend',
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
dnd.js | 500 document.addEventListener('dragend', deferredClearData);
|