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

1 2

  /external/webkit/WebCore/dom/
MouseRelatedEvent.h 39 int clientX() const { return m_clientX; }
63 void initCoordinates(int clientX, int clientY);
Touch.idl 31 readonly attribute long clientX;
TouchEvent.cpp 48 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
62 initCoordinates(clientX, clientY);
MouseEvent.idl 26 readonly attribute long clientX;
42 in long clientX,
WheelEvent.idl 27 readonly attribute long clientX;
53 in long clientX,
TouchEvent.idl 46 in long clientX,
Touch.h 50 int clientX() const { return m_clientX; }
MouseEvent.cpp 55 int detail, int screenX, int screenY, int clientX, int clientY,
74 initCoordinates(clientX, clientY);
MouseRelatedEvent.cpp 104 void MouseRelatedEvent::initCoordinates(int clientX, int clientY)
109 m_clientX = clientX;
111 m_pageX = clientX + contentsX(view());
TouchEvent.h 56 int clientX, int clientY,
MouseEvent.h 50 int detail, int screenX, int screenY, int clientX, int clientY,
  /external/webkit/WebKit/win/Interfaces/
DOMEvents.idl 243 //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);
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 394 HRESULT STDMETHODCALLTYPE DOMMouseEvent::clientX(
474 /* [in] */ long /*clientX*/,
637 HRESULT STDMETHODCALLTYPE DOMWheelEvent::clientX(
727 /* [in] */ long /*clientX*/,
DOMEventsClasses.h 545 virtual HRESULT STDMETHODCALLTYPE clientX(
577 /* [in] */ long clientX,
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 639 printf(" clientX: %d\n", [(DOMMouseEvent*)event clientX]);
671 printf(" clientX: %d\n", [(DOMWheelEvent*)event clientX]);
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/WebCore/inspector/front-end/
DataGrid.js 748 var dragPoint = event.clientX - this.element.totalOffsetLeft;
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
mootools-1.2.2-core-nc.js 954 x: event.pageX || event.clientX + doc.scrollLeft,
958 x: (event.pageX) ? event.pageX - win.pageXOffset : event.clientX,
    [all...]
concat-jquery-mootools-prototype.js     [all...]
prototype-1.6.0.3.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /build/tools/droiddoc/templates/assets/
jquery-resizable.min.js     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 2505 milliseconds

1 2