Home
last modified time | relevance | path

Searched refs:clientY (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js140 TouchHandler.Event = function(type, bubbles, clientX, clientY, argument
156 event.clientY = clientY;
398 clientY: e.clientY, property
526 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
532 this.recentTouchesY_.push(touch.clientY, e.timeStamp);
574 var clientY = touch.clientY;
577 var moveY = this.lastTouchY_ - clientY;
581 this.lastTouchY_ = clientY;
607 this.startTouchY_ = clientY;
624 this.recentTouchesY_.push(clientY, e.timeStamp);
[all …]
Dlist.js29 var y = e.clientY;
1251 var startY = event.clientY - rect.top + this.scrollTop;
1257 var y = event.clientY - inRect.top + this.scrollTop;
1323 var element = e.target.ownerDocument.elementFromPoint(e.clientX, e.clientY);
/external/chromium-trace/trace-viewer/src/ui/
Dquad_view.js257 selectQuadsAtCanvasClientPoint: function(clientX, clientY) { argument
259 clientY *= ui.RASTER_SCALE;
261 clientX, clientY);
268 findQuadsAtCanvasClientPoint: function(clientX, clientY) { argument
271 clientY - bounds.top);
297 this.selectQuadsAtCanvasClientPoint(e.clientX, e.clientY);
306 this.selectQuadsAtCanvasClientPoint(e.clientX, e.clientY);
310 this.selectQuadsAtCanvasClientPoint(e.clientX, e.clientY);
Dmouse_tracker.js73 remade.clientY = e.clientY;
Ddrag_handle.js130 var curMousePos = this.horizontal_ ? e.clientY : e.clientX;
144 this.lastMousePos_ = this.horizontal_ ? e.clientY : e.clientX;
Dmouse_mode_selector.js327 this.initialRelativeMouseDownPos_.y = e.clientY - this.offsetTop;
336 this.pos_.y = (e.clientY - this.initialRelativeMouseDownPos_.y);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTransformController.js271 …this._onScale(scaleFactor, event.clientX - this.element.totalOffsetLeft(), event.clientY - this.el…
282 …this._onRotate(this._oldRotateX + (this._originY - event.clientY) / this.element.clientHeight * 18…
284 this._onPan(event.clientX - this._originX, event.clientY - this._originY);
286 this._originY = event.clientY;
296 this._originY = event.clientY;
/external/chromium_org/third_party/WebKit/Source/web/
DWebDOMMouseEvent.cpp53 int WebDOMMouseEvent::clientY() const in clientY() function in blink::WebDOMMouseEvent
55 return constUnwrap<MouseEvent>()->clientY(); in clientY()
/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_track_view.js643 y: e.clientY - canv.offsetTop
736 mouseEvent.clientY >= rect.top &&
737 mouseEvent.clientY < rect.bottom &&
760 this.dragBoxYStart_ = this.dragBeginEvent_.clientY;
761 this.dragBoxYEnd_ = mouseEvent.clientY;
780 var loY = Math.min(eDown.clientY, mouseEvent.clientY);
781 var hiY = Math.max(eDown.clientY, mouseEvent.clientY);
/external/chromium_org/third_party/WebKit/Source/core/events/
DMouseEvent.cpp37 , clientY(0) in MouseEventInit()
114 initCoordinates(IntPoint(initializer.clientX, initializer.clientY)); in MouseEvent()
122 int detail, int screenX, int screenY, int clientX, int clientY, in initMouseEvent() argument
140 initCoordinates(IntPoint(clientX, clientY)); in initMouseEvent()
275 … event()->detail(), event()->screenX(), event()->screenY(), event()->clientX(), event()->clientY(), in dispatchEvent()
DGestureEvent.cpp90 …lBeRawPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bo… in GestureEvent() argument
91 …type, true, true, view, 0, IntPoint(screenX, screenY), IntPoint(clientX, clientY), IntPoint(0, 0),… in GestureEvent()
DMouseEvent.h42 int clientY; member
73 int detail, int screenX, int screenY, int clientX, int clientY,
DMouseEvent.idl26 [InitializedByEventConstructor] readonly attribute long clientY;
46 [Default=Undefined] optional long clientY,
DGestureEvent.h52 …trWillBeRawPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bo…
DMouseRelatedEvent.h41 int clientY() const { return m_clientLocation.y(); } in clientY() function
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dmouse_inactivity_watcher.js133 if (this.clientX_ == e.clientX && this.clientY_ == e.clientY) {
139 this.clientY_ = e.clientY;
/external/chromium_org/third_party/WebKit/public/web/
DWebDOMMouseEvent.h42 BLINK_EXPORT int clientY() const;
/external/chromium_org/chrome/browser/resources/standalone/
Dstandalone_hack.js192 y: event.touches[0].clientY
206 Math.abs(t.clientY - lastTouchStartPosition.y) > DRAG_DISTANCE) {
/external/chromium_org/chrome/browser/resources/net_internals/
Dmouse_over_help.js42 this.node_.style.top = event.clientY.toFixed(0) + 'px';
/external/chromium_org/chrome/test/chromedriver/js/
Ddispatch_context_menu_event.js32 clientY: y, property
/external/chromium_org/remoting/webapp/browser_test/
Dbump_scroll_browser_test.js140 clientY: y, property
151 e.screenX, e.screenY, e.clientX, e.clientY,
/external/chromium_org/ui/file_manager/gallery/js/
Dslide_mode.js1426 var dy = touch1.clientY - touch2.clientY;
1440 var dy1 = event1.touches[1].clientY - event1.touches[0].clientY;
1442 var dy2 = event2.touches[1].clientY - event2.touches[0].clientY;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTouch.h58 double clientY() const { return m_clientPos.y(); } in clientY() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DPopover.js275 box.y <= event.clientY && event.clientY <= box.y + box.height);
/external/chromium_org/remoting/webapp/js_proto/
Ddom_proto.js250 screenX, screenY, clientX, clientY, argument

123