Home
last modified time | relevance | path

Searched refs:onMouseDown_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/trace-viewer/src/ui/
Dmouse_tracker.js27 this.onMouseDown_ = this.onMouseDown_.bind(this);
31 this.targetElement_.addEventListener('mousedown', this.onMouseDown_);
36 onMouseDown_: function(e) { method in MouseTracker
Dcamera.js20 this.onMouseDown_ = this.onMouseDown_.bind(this);
33 this.targetElement_.addEventListener('mousedown', this.onMouseDown_);
129 onMouseDown_: function(e) { method in Camera
Ddrag_handle.js28 this.addEventListener('mousedown', this.onMouseDown_);
140 onMouseDown_: function(e) { method in DragHandle
Dquad_view.js79 this.onMouseDown_ = this.onMouseDown_.bind(this);
82 this.canvas_.addEventListener('mousedown', this.onMouseDown_);
294 onMouseDown_: function(e) { method in QuadView
Dmouse_mode_selector.js76 this.onMouseDown_.bind(this));
164 onMouseDown_: function(e) { method in MouseModeSelector
/external/chromium_org/chrome/browser/resources/net_internals/
Dcros_log_visualizer.js100 trackingLayer.addEventListener('mousedown', this.onMouseDown_.bind(this));
351 onMouseDown_: function(event) { method in CrosLogVisualizer
Dtimeline_graph_view.js68 this.canvas_.onmousedown = this.onMouseDown_.bind(this);
276 onMouseDown_: function(event) { method in TimelineGraphView
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dmargin_control.js325 this.getElement(), 'mousedown', this.onMouseDown_.bind(this));
359 onMouseDown_: function(event) { method in MarginControl
/external/chromium_org/chrome/browser/resources/options/chromeos/
Ddisplay_options.js267 onMouseDown_: function(e) { method in DisplayOptions
845 div.onmousedown = this.onMouseDown_.bind(this);
/external/chromium-trace/
Dscript.js484 this.onMouseDown_.bind(this));document.addEventListener("keypress",this.onKeyPress_.bind(this));doc…
486 …;break;default:throw Error("Unsupported interaction mode");}return a},onMouseDown_:function(b){var… method in d
528 …Up_=this.onMouseUp_.bind(this);this.addEventListener("mousedown",this.onMouseDown_);this.target_=v…
531 …is.lastMousePos_-a);this.lastMousePos_=a;b.preventDefault();return!0},onMouseDown_:function(b){if(…