Searched refs:clientX (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium/chrome/browser/resources/ntp4/
H A Dtouch_handler.js131 * @param {number} clientX The X location of the touch.
136 TouchHandler.Event = function(type, bubbles, clientX, clientY,
146 event.clientX = clientX;
383 clientX: e.clientX,
510 this.startTouchX_ = this.lastTouchX_ = touch.clientX;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
558 var clientX = touch.clientX;
[all...]
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dtouchhandler.js131 * @param {number} clientX The X location of the touch.
136 TouchHandler.Event = function(type, bubbles, clientX, clientY,
146 event.clientX = clientX;
383 clientX: e.clientX,
510 this.startTouchX_ = this.lastTouchX_ = touch.clientX;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
558 var clientX = touch.clientX;
[all...]
/external/chromium-trace/src/shared/js/cr/ui/
H A Dtouch_handler.js135 * @param {number} clientX The X location of the touch.
140 TouchHandler.Event = function(type, bubbles, clientX, clientY,
150 event.clientX = clientX;
391 clientX: e.clientX,
520 this.startTouchX_ = this.lastTouchX_ = touch.clientX;
526 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
568 var clientX = touch.clientX;
[all...]
H A Dsplitter.js92 this.startX_ = e.clientX;
128 var deltaX = dirMultiplier * (e.clientX - this.startX_);
H A Dcontext_menu_handler.js93 x = e.clientX;
/external/webkit/Source/WebCore/dom/
H A DWheelEvent.idl27 readonly attribute long clientX;
53 in long clientX,
67 in long clientX,
H A DMouseRelatedEvent.h39 int clientX() const { return m_clientX; } function in class:WebCore::MouseRelatedEvent
63 void initCoordinates(int clientX, int clientY);
H A DTouch.idl31 readonly attribute long clientX;
H A DMouseEvent.idl26 readonly attribute long clientX;
42 in long clientX,
H A DTouchEvent.cpp62 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
79 initCoordinates(clientX, clientY);
60 initTouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.idl46 in long clientX,
H A DMouseRelatedEvent.cpp130 void MouseRelatedEvent::initCoordinates(int clientX, int clientY) argument
134 m_clientX = clientX;
136 m_pageX = clientX + contentsX(view());
H A DTouch.h50 int clientX() const { return m_clientX; } function in class:WebCore::Touch
H A DTouchEvent.h58 int clientX, int clientY,
H A DMouseEvent.cpp71 int detail, int screenX, int screenY, int clientX, int clientY,
90 initCoordinates(clientX, clientY);
185 event()->detail(), event()->screenX(), event()->screenY(), event()->clientX(), event()->clientY(),
70 initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget) argument
H A DMouseEvent.h55 int detail, int screenX, int screenY, int clientX, int clientY,
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMouseEvent.cpp50 int WebDOMMouseEvent::clientX() const function in class:WebKit::WebDOMMouseEvent
52 return constUnwrap<MouseEvent>()->clientX();
/external/webkit/Source/WebKit/chromium/public/
H A DWebDOMMouseEvent.h45 WEBKIT_API int clientX() const;
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dsplitter.js92 this.startX_ = e.clientX;
128 var deltaX = dirMultiplier * (e.clientX - this.startX_);
H A Dcontext_menu_handler.js94 x = e.clientX;
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.js311 var loX = Math.min(eDown.clientX, eCur.clientX);
312 var hiX = Math.max(eDown.clientX, eCur.clientX);
337 x: e.clientX - canv.offsetLeft,
354 x: e.clientX - canv.offsetLeft,
376 var loX = Math.min(eDown.clientX, e.clientX);
377 var hiX = Math.max(eDown.clientX, e.clientX);
[all...]
/external/chromium-trace/src/tracing/
H A Dtimeline.js792 var loX = Math.min(eDown.clientX, eCur.clientX);
793 var hiX = Math.max(eDown.clientX, eCur.clientX);
834 e.clientX >= rect.left &&
835 e.clientX < rect.right &&
843 x: e.clientX - canv.offsetLeft,
860 x: e.clientX - canv.offsetLeft,
882 var loX = Math.min(eDown.clientX, e.clientX);
[all...]
/external/chromium/chrome/browser/resources/ntp/
H A Ddrag_drop_controller.js110 this.startMouseXY_ = {x: e.clientX, y: e.clientY};
117 this.mouseXY_ = {x: e.clientX, y: e.clientY};
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomdomwindow.c158 glong clientX, clientY; local
172 clientX = webkit_dom_element_get_client_left(element);
176 fixture->domWindow, 0, 0, 0, clientX, clientY, local
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMEvents.idl243 //readonly attribute long clientX;
244 HRESULT clientX([out, retval] long* result);
274 // in long clientX,
282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget);
423 //readonly attribute long clientX;
424 HRESULT clientX([out, retval] long* result);
471 // in long clientX,
477 HRESULT initWheelEvent([in] long wheelDeltaX, [in] long wheelDeltaY, [in] IDOMWindow* view, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey);

Completed in 114 milliseconds

12