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

1 2

  /external/webkit/WebCore/dom/
MouseRelatedEvent.h 40 int clientY() const { return m_clientY; }
63 void initCoordinates(int clientX, int clientY);
Touch.idl 32 readonly attribute long clientY;
TouchEvent.cpp 48 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
62 initCoordinates(clientX, clientY);
MouseEvent.idl 27 readonly attribute long clientY;
43 in long clientY,
WheelEvent.idl 28 readonly attribute long clientY;
54 in long clientY,
TouchEvent.idl 47 in long clientY,
Touch.h 51 int clientY() const { return m_clientY; }
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)
110 m_clientY = clientY;
112 m_pageY = clientY + contentsY(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 246 //readonly attribute long clientY;
247 HRESULT clientY([out, retval] long* result);
275 // in long clientY,
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);
426 //readonly attribute long clientY;
427 HRESULT clientY([out, retval] long* result);
472 // in long clientY,
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 400 HRESULT STDMETHODCALLTYPE DOMMouseEvent::clientY(
475 /* [in] */ long /*clientY*/,
643 HRESULT STDMETHODCALLTYPE DOMWheelEvent::clientY(
728 /* [in] */ long /*clientY*/,
DOMEventsClasses.h 548 virtual HRESULT STDMETHODCALLTYPE clientY(
578 /* [in] */ long clientY,
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 640 printf(" clientY: %d\n", [(DOMMouseEvent*)event clientY]);
672 printf(" clientY: %d\n", [(DOMWheelEvent*)event clientY]);
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
mootools-1.2.2-core-nc.js 955 y: event.pageY || event.clientY + doc.scrollTop
959 y: (event.pageY) ? event.pageY - win.pageYOffset : event.clientY
    [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 
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 2199 milliseconds

1 2