HomeSort by relevance Sort by last modified time
    Searched refs:mousemove (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 251 case WebInputEvent::MouseMove:
308 WebMouseEvent mousemove = *static_cast<const WebMouseEvent*>(&event); local
309 if (m_scrollbar->frameRect().contains(mousemove.x, mousemove.y)
311 mousemove.x -= m_scrollbar->x();
312 mousemove.y -= m_scrollbar->y();
313 m_scrollbar->mouseMoved(PlatformMouseEventBuilder(m_scrollbar.get(), mousemove));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.h 73 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(mousemove);
  /external/chromium_org/remoting/webapp/
toolbar.js 46 window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
58 this.toolbar_.addEventListener('mousemove', stopTimer, false);
129 document.removeEventListener('mousemove',
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 92 window.addEventListener('mousemove', this.sizerMouseMoveListener_, true);
122 window.removeEventListener('mousemove', this.sizerMouseMoveListener_, true);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drag_selector.js 139 'mousemove', this.onMouseMoveBound_, true);
145 * Handles the mousemove event.
147 * @param {MouseEvent} event The mousemove event.
235 'mousemove', this.onMouseMoveBound_, true);
scrollbar.js 56 window.addEventListener('mousemove', this.onMouseMove_.bind(this));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 183 if (event->type() == EventTypeNames::mouseover || event->type() == EventTypeNames::mouseout || event->type() == EventTypeNames::mousemove)
SpinButtonElement.cpp 116 else if (event->type() == EventTypeNames::mousemove) {
MediaControls.cpp 291 if (event->type() == EventTypeNames::mousemove) {
MediaControlElements.cpp 221 } else if (event->type() == EventTypeNames::mousemove && m_isBeingDragged)
496 if (event->type() == EventTypeNames::mouseover || event->type() == EventTypeNames::mouseout || event->type() == EventTypeNames::mousemove)
SliderThumbElement.cpp 360 } else if (eventType == EventTypeNames::mousemove) {
  /external/chromium_org/third_party/flot/
jquery.flot.crosshair.min.js 59 */(function(e){function n(e){function n(n){if(t.locked)return;t.x!=-1&&(t.x=-1,e.triggerRedrawOverlay())}function r(n){if(t.locked)return;if(e.getSelection&&e.getSelection()){t.x=-1;return}var r=e.offset();t.x=Math.max(0,Math.min(n.pageX-r.left,e.width())),t.y=Math.max(0,Math.min(n.pageY-r.top,e.height())),e.triggerRedrawOverlay()}var t={x:-1,y:-1,locked:!1};e.setCrosshair=function(r){if(!r)t.x=-1;else{var i=e.p2c(r);t.x=Math.max(0,Math.min(i.left,e.width())),t.y=Math.max(0,Math.min(i.top,e.height()))}e.triggerRedrawOverlay()},e.clearCrosshair=e.setCrosshair,e.lockCrosshair=function(r){r&&e.setCrosshair(r),t.locked=!0},e.unlockCrosshair=function(){t.locked=!1},e.hooks.bindEvents.push(function(e,t){if(!e.getOptions().crosshair.mode)return;t.mouseout(n),t.mousemove(r)}),e.hooks.drawOverlay.push(function(e,n){var r=e.getOptions().crosshair;if(!r.mode)return;var i=e.getPlotOffset();n.save(),n.translate(i.left,i.top);if(t.x!=-1){var s=e.getOptions().crosshair.lineWidth%2===0?0:.5;n.strokeStyle=r.color,n.lineWidth=r.lineWidth,n.lineJoin="round",n.beginPath();if(r.mode.indexOf("x")!=-1){var o=Math.round(t.x)+s;n.moveTo(o,0),n.lineTo(o,e.height())}if(r.mode.indexOf("y")!=-1){var u=Math.round(t.y)+s;n.moveTo(0,u),n.lineTo(e.width(),u)}n.stroke()}n.restore()}),e.hooks.shutdown.push(function(e,t){t.unbind("mouseout",n),t.unbind("mousemove",r)})}var t={crosshair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};e.plot.plugins.push( (…)
jquery.flot.selection.min.js 79 */(function(e){function t(t){function s(e){n.active&&(h(e),t.getPlaceholder().trigger("plotselecting",[a()]))}function o(t){if(t.which!=1)return;document.body.focus(),document.onselectstart!==undefined&&r.onselectstart==null&&(r.onselectstart=document.onselectstart,document.onselectstart=function(){return!1}),document.ondrag!==undefined&&r.ondrag==null&&(r.ondrag=document.ondrag,document.ondrag=function(){return!1}),c(n.first,t),n.active=!0,i=function(e){u(e)},e(document).one("mouseup",i)}function u(e){return i=null,document.onselectstart!==undefined&&(document.onselectstart=r.onselectstart),document.ondrag!==undefined&&(document.ondrag=r.ondrag),n.active=!1,h(e),m()?f():(t.getPlaceholder().trigger("plotunselected",[]),t.getPlaceholder().trigger("plotselecting",[null])),!1}function a(){if(!m())return null;if(!n.show)return null;var r={},i=n.first,s=n.second;return e.each(t.getAxes(),function(e,t){if(t.used){var n=t.c2p(i[t.direction]),o=t.c2p(s[t.direction]);r[e]={from:Math.min(n,o),to:Math.max(n,o)}}}),r}function f(){var e=a();t.getPlaceholder().trigger("plotselected",[e]),e.xaxis&&e.yaxis&&t.getPlaceholder().trigger("selected",[{x1:e.xaxis.from,y1:e.yaxis.from,x2:e.xaxis.to,y2:e.yaxis.to}])}function l(e,t,n){return t<e?e:t>n?n:t}function c(e,r){var i=t.getOptions(),s=t.getPlaceholder().offset(),o=t.getPlotOffset();e.x=l(0,r.pageX-s.left-o.left,t.width()),e.y=l(0,r.pageY-s.top-o.top,t.height()),i.selection.mode=="y"&&(e.x=e==n.first?0:t.width()),i.selection.mode=="x"&&(e.y=e==n.first?0:t.height())}function h(e){if(e.pageX==null)return;c(n.second,e),m()?(n.show=!0,t.triggerRedrawOverlay()):p(!0)}function p(e){n.show&&(n.show=!1,t.triggerRedrawOverlay(),e||t.getPlaceholder().trigger("plotunselected",[]))}function d(e,n){var r,i,s,o,u=t.getAxes();for(var a in u){r=u[a];if(r.direction==n){o=n+r.n+"axis",!e[o]&&r.n==1&&(o=n+"axis");if(e[o]){i=e[o].from,s=e[o].to;break}}}e[o]||(r=n=="x"?t.getXAxes()[0]:t.getYAxes()[0],i=e[n+"1"],s=e[n+"2"]);if(i!=null&&s!=null&&i>s){var f=i;i=s,s=f}return{from:i,to:s,axis:r}}function v(e,r){var i,s,o=t.getOptions();o.selection.mode=="y"?(n.first.x=0,n.second.x=t.width()):(s=d(e,"x"),n.first.x=s.axis.p2c(s.from),n.second.x=s.axis.p2c(s.to)),o.selection.mode=="x"?(n.first.y=0,n.second.y=t.height()):(s=d(e,"y"),n.first.y=s.axis.p2c(s.from),n.second.y=s.axis.p2c(s.to)),n.show=!0,t.triggerRedrawOverlay(),!r&&m()&&f()}function m(){var e=t.getOptions().selection.minSize;return Math.abs(n.second.x-n.first.x)>=e&&Math.abs(n.second.y-n.first.y)>=e}var n={first:{x:-1,y:-1},second:{x:-1,y:-1},show:!1,active:!1},r={},i=null;t.clearSelection=p,t.setSelection=v,t.getSelection=a,t.hooks.bindEvents.push(function(e,t){var n=e.getOptions();n.selection.mode!=null&&(t.mousemove(s),t.mousedown(o))}),t.hooks.drawOverlay.push(function(t,r){if(n.show&&m()){var i=t.getPlotOffset(),s=t.getOptions();r.save(),r.translate(i.left,i.top);var o=e.color.parse(s.selection.color);r.strokeStyle=o.scale("a",.8).toString(),r.lineWidth=1,r.lineJoin=s.selection.shape,r.fillStyle=o.scale("a",.4).toString();var u=Math.min(n.first.x,n.second.x)+.5,a=Math.min(n.first.y,n.second.y)+.5,f=Math.abs(n.second.x-n.first.x)-1,l=Math.abs(n.second.y-n.first.y)-1;r.fillRect(u,a,f,l),r.strokeRect(u,a,f,l),r.restore()}}),t.hooks.shutdown.push(function(t,n){n.unbind("mousemove",s),n.unbind("mousedown",o),i&&e(document).unbind("mouseup",i)})}e.plot.plugins.push({init:t,optio (…)
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 58 document.addEventListener('mousemove', this.mouseMoveListener_, true);
64 document.removeEventListener('mousemove', this.mouseMoveListener_, true);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.cpp 57 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), mousemove);
SVGElementInstance.h 116 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), mousemove); member in class:WebCore::SVGElementInstance
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
util.js 46 this.container_.addEventListener('mousemove', this.onMouseMove_.bind(this));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 116 webMouseEvent.type = WebInputEvent::MouseMove;
245 RefPtr<MouseEvent> mouseEvent = MouseEvent::create(WebCore::EventTypeNames::mousemove, domWindow, platformMouseEvent, 0, document);
258 RefPtr<MouseEvent> mouseEvent = MouseEvent::create(WebCore::EventTypeNames::mousemove, domWindow, platformMouseEvent, 0, document);
315 webMouseEvent.type = WebInputEvent::MouseMove;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 241 window.removeEventListener('mousemove', item.more_mousemove);
260 window.addEventListener('mousemove', item.more_mousemove);
449 window.removeEventListener('mousemove', this.more_mousemove);
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 172 insideEl.addEventListener('mousemove', handleTransientMouseMove, false);
new_new_tab.js     [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scene.js 217 renderer.domElement.addEventListener('mousemove', onMouseMove, false);
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.js 89 this._element.addEventListener("mousemove", this._handleMouseMove.bind(this));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 578 if (evt->type() == EventTypeNames::mousemove || (evt->type() == EventTypeNames::mouseup && evt->button() == LeftButton)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 226 attributeNameToEventNameMap.set(onmousemoveAttr.localName(), EventTypeNames::mousemove);
    [all...]

Completed in 395 milliseconds

1 2 3