/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_view.mm | 102 - (void)mouseDown:(NSEvent *)theEvent {
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 69 - (BOOL)mouseDown:(NSEvent*)theEvent
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
mouse_drag_controller.mm | 60 - (void)mouseDown:(NSEvent*)event {
|
panel_titlebar_view_cocoa.h | 56 // prevent window activation by the system on mouseDown.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 67 // The location of the current mouseDown event in window coordinates.
|
/external/chromium_org/content/browser/renderer_host/input/ |
web_input_event_builders_android.cc | 70 if (type == WebInputEvent::MouseDown || type == WebInputEvent::MouseUp)
|
web_input_event_builders_win.cc | 209 result.type = WebInputEvent::MouseDown; 214 result.type = WebInputEvent::MouseDown; 219 result.type = WebInputEvent::MouseDown; 273 if (result.type == WebInputEvent::MouseDown) {
|
/external/chromium_org/remoting/host/ |
client_session_unittest.cc | 434 protocol::MouseEvent mousedown; local 435 mousedown.set_button(protocol::MouseEvent::BUTTON_LEFT); 436 mousedown.set_button_down(true); 456 InjectMouseEvent(connection_, mousedown),
|
/external/chromium_org/third_party/WebKit/Source/web/win/ |
WebInputEventFactory.cpp | 241 result.type = WebInputEvent::MouseDown; 246 result.type = WebInputEvent::MouseDown; 251 result.type = WebInputEvent::MouseDown; 303 if (result.type == WebInputEvent::MouseDown) {
|
/external/chromium_org/ui/app_list/cocoa/ |
app_list_pager_view.mm | 95 - (void)mouseDown:(NSEvent*)theEvent {
|
/external/chromium_org/ui/base/cocoa/ |
base_view.mm | 33 - (void)mouseDown:(NSEvent*)theEvent {
|
/external/chromium/chrome/browser/ui/cocoa/ |
framed_browser_window.mm | 234 [closeButton_ mouseDown:event]; 237 [miniaturizeButton_ mouseDown:event];
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_button_unittest.mm | 127 [button_ mouseDown:left_down_in_view]; 294 [button_ mouseDown:left_down_in_view];
|
/external/chromium_org/content/renderer/gpu/ |
input_event_filter_unittest.cc | 167 InitMouseEvent(&kEvents[0], WebInputEvent::MouseDown, 10, 10); 264 mouse_down.type = WebMouseEvent::MouseDown;
|
/external/chromium_org/third_party/flot/ |
jquery.flot.selection.min.js | 1 (function(a){function b(k){var p={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false};var m={};var r=null;function e(s){if(p.active){l(s);k.getPlaceholder().trigger("plotselecting",[g()])}}function n(s){if(s.which!=1){return}document.body.focus();if(document.onselectstart!==undefined&&m.onselectstart==null){m.onselectstart=document.onselectstart;document.onselectstart=function(){return false}}if(document.ondrag!==undefined&&m.ondrag==null){m.ondrag=document.ondrag;document.ondrag=function(){return false}}d(p.first,s);p.active=true;r=function(t){j(t)};a(document).one("mouseup",r)}function j(s){r=null;if(document.onselectstart!==undefined){document.onselectstart=m.onselectstart}if(document.ondrag!==undefined){document.ondrag=m.ondrag}p.active=false;l(s);if(f()){i()}else{k.getPlaceholder().trigger("plotunselected",[]);k.getPlaceholder().trigger("plotselecting",[null])}return false}function g(){if(!f()){return null}var u={},t=p.first,s=p.second;a.each(k.getAxes(),function(v,w){if(w.used){var y=w.c2p(t[w.direction]),x=w.c2p(s[w.direction]);u[v]={from:Math.min(y,x),to:Math.max(y,x)}}});return u}function i(){var s=g();k.getPlaceholder().trigger("plotselected",[s]);if(s.xaxis&&s.yaxis){k.getPlaceholder().trigger("selected",[{x1:s.xaxis.from,y1:s.yaxis.from,x2:s.xaxis.to,y2:s.yaxis.to}])}}function h(t,u,s){return u<t?t:(u>s?s:u)}function d(w,t){var v=k.getOptions();var u=k.getPlaceholder().offset();var s=k.getPlotOffset();w.x=h(0,t.pageX-u.left-s.left,k.width());w.y=h(0,t.pageY-u.top-s.top,k.height());if(v.selection.mode=="y"){w.x=w==p.first?0:k.width()}if(v.selection.mode=="x"){w.y=w==p.first?0:k.height()}}function l(s){if(s.pageX==null){return}d(p.second,s);if(f()){p.show=true;k.triggerRedrawOverlay()}else{q(true)}}function q(s){if(p.show){p.show=false;k.triggerRedrawOverlay();if(!s){k.getPlaceholder().trigger("plotunselected",[])}}}function c(s,w){var t,y,z,A,x=k.getAxes();for(var u in x){t=x[u];if(t.direction==w){A=w+t.n+"axis";if(!s[A]&&t.n==1){A=w+"axis"}if(s[A]){y=s[A].from;z=s[A].to;break}}}if(!s[A]){t=w=="x"?k.getXAxes()[0]:k.getYAxes()[0];y=s[w+"1"];z=s[w+"2"]}if(y!=null&&z!=null&&y>z){var v=y;y=z;z=v}return{from:y,to:z,axis:t}}function o(t,s){var v,u,w=k.getOptions();if(w.selection.mode=="y"){p.first.x=0;p.second.x=k.width()}else{u=c(t,"x");p.first.x=u.axis.p2c(u.from);p.second.x=u.axis.p2c(u.to)}if(w.selection.mode=="x"){p.first.y=0;p.second.y=k.height()}else{u=c(t,"y");p.first.y=u.axis.p2c(u.from);p.second.y=u.axis.p2c(u.to)}p.show=true;k.triggerRedrawOverlay();if(!s&&f()){i()}}function f(){var s=5;return Math.abs(p.second.x-p.first.x)>=s&&Math.abs(p.second.y-p.first.y)>=s}k.clearSelection=q;k.setSelection=o;k.getSelection=g;k.hooks.bindEvents.push(function(t,s){var u=t.getOptions();if(u.selection.mode!=null){s.mousemove(e);s.mousedown(n)}});k.hooks.drawOverlay.push(function(v,D){if(p.show&&f()){var t=v.getPlotOffset();var s=v.getOptions();D.save();D.translate(t.left,t.top);var z=a.color.parse(s.selection.color);D.strokeStyle=z.scale("a",0.8).toString();D.lineWidth=1;D.lineJoin="round";D.fillStyle=z.scale("a",0.4).toString();var B=Math.min(p.first.x,p.second.x),A=Math.min(p.first.y,p.second.y),C=Math.abs(p.second.x-p.first.x),u=Math.abs(p.second.y-p.first.y);D.fillRect(B,A,C,u);D.strokeRect(B,A,C,u);D.restore()}});k.hooks.shutdown.push(function(t,s){s.unbind("mousemove",e);s.unbind("mousedown",n);if(r){a(document).unbind("mouseup",r)}})}a.plot.plugins.push({init:b,options:{selection:{mode: (…)
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
splitter.js | 70 this.addEventListener('mousedown', this.handleMouseDown_.bind(this), 132 * Handles the mousedown event which starts the dragging of the splitter.
|
bubble.js | 246 this.eventTracker_.add(doc, 'mousedown', this, true); 386 if (event.type == 'mousedown') { 471 case 'mousedown':
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
EventSender.cpp | 273 bindMethod("mouseDown", &EventSender::mouseDown); 367 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate)); 424 void EventSender::mouseDown(const CppArgumentList& arguments, CppVariant* result) 441 initMouseEvent(WebInputEvent::MouseDown, buttonType, lastMousePos, &event, getCurrentEventTimeSec(m_delegate)); 684 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate)); [all...] |
/external/chromium_org/content/renderer/pepper/ |
event_conversion.cc | 87 case WebInputEvent::MouseDown: 192 if (mouse_event.type == WebInputEvent::MouseDown || 387 mouse_event->type = WebInputEvent::MouseDown; 535 case WebInputEvent::MouseDown: 707 case WebInputEvent::MouseDown:
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
main.cpp | 482 case mouseDown: 492 pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v); 625 pluginLog(instance, "mouseDown at (%d, %d)", 668 pluginLog(instance, "mouseDown at (%d, %d)", event->xbutton.x, event->xbutton.y); 751 pluginLog(instance, "mouseDown at (%d, %d)", LOWORD(event->lParam), HIWORD(event->lParam));
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventConversion.cpp | 101 case WebInputEvent::MouseDown: 460 type = WebInputEvent::MouseDown; 514 type = MouseDown; 526 clickCount = (type == MouseDown || type == MouseUp); 540 type = MouseDown;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebInputEvent.h | 98 MouseDown, 185 return type == MouseDown 215 || type == MouseDown
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_visualizer.js | 100 trackingLayer.addEventListener('mousedown', this.onMouseDown_.bind(this)); 115 timeline.addEventListener('mousedown', function(event) { return false; });
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SuggestBox.js | 74 this._element.addEventListener("mousedown", this._onBoxMouseDown.bind(this), true); 267 element.addEventListener("mousedown", this._onItemMouseDown.bind(this, text), false);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
ui.js | 40 document.removeEventListener('mousedown', ui.popup._handleMouseDown, false); 51 document.addEventListener('mousedown', ui.popup._handleMouseDown, false);
|