Searched refs:clientY (Results 1 - 20 of 20) sorted by relevance

/external/webkit/WebCore/dom/
H A DMouseRelatedEvent.h40 int clientY() const { return m_clientY; } function in class:WebCore::MouseRelatedEvent
63 void initCoordinates(int clientX, int clientY);
H A DTouch.idl32 readonly attribute long clientY;
H A DTouchEvent.cpp48 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
62 initCoordinates(clientX, clientY);
46 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 DMouseEvent.idl27 readonly attribute long clientY;
43 in long clientY,
H A DWheelEvent.idl28 readonly attribute long clientY;
54 in long clientY,
H A DTouchEvent.idl47 in long clientY,
H A DMouseEvent.cpp55 int detail, int screenX, int screenY, int clientX, int clientY,
74 initCoordinates(clientX, clientY);
54 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 DMouseRelatedEvent.cpp104 void MouseRelatedEvent::initCoordinates(int clientX, int clientY) argument
110 m_clientY = clientY;
112 m_pageY = clientY + contentsY(view());
H A DTouch.h51 int clientY() const { return m_clientY; } function in class:WebCore::Touch
H A DTouchEvent.h56 int clientX, int clientY,
H A DMouseEvent.h50 int detail, int screenX, int screenY, int clientX, int clientY,
/external/webkit/WebKit/win/Interfaces/
H A DDOMEvents.idl246 //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/
H A DDOMEventsClasses.cpp400 HRESULT STDMETHODCALLTYPE DOMMouseEvent::clientY( function in class:DOMMouseEvent
475 /* [in] */ long /*clientY*/,
643 HRESULT STDMETHODCALLTYPE DOMWheelEvent::clientY( function in class:DOMWheelEvent
728 /* [in] */ long /*clientY*/,
H A DDOMEventsClasses.h548 virtual HRESULT STDMETHODCALLTYPE clientY(
578 /* [in] */ long clientY,
907 virtual HRESULT STDMETHODCALLTYPE clientY(
953 /* [in] */ long clientY,
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DEventSendingController.mm640 printf(" clientY: %d\n", [(DOMMouseEvent*)event clientY]);
672 printf(" clientY: %d\n", [(DOMWheelEvent*)event clientY]);
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1092 @property(readonly) int clientY; variable
1105 - (void)initWheelEvent:(int)wheelDeltaX wheelDeltaY:(int)wheelDeltaY view:(DOMAbstractView *)view screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1127 @property(readonly) int clientY; variable
1140 - (void)initMouseEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view detail:(int)detail screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey button:(unsigned short)button relatedTarget:(id <DOMEventTarget>)relatedTarget AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1141 - (void)initMouseEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMAbstractView *)view :(int)detail :(int)screenX :(int)screenY :(int)clientX :(int)clientY :(BOOL)ctrlKey :(BOOL)altKey :(BOOL)shiftKey :(BOOL)metaKey :(unsigned short)button :(id <DOMEventTarget>)relatedTarget;
/external/webkit/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js2710 props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
2742 event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc.clientTop || 0);
H A Dmootools-1.2.2-core-nc.js955 y: event.pageY || event.clientY + doc.scrollTop
959 y: (event.pageY) ? event.pageY - win.pageYOffset : event.clientY
H A Dconcat-jquery-mootools-prototype.js2710 props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
2742 event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc.clientTop || 0);
5331 y: event.pageY || event.clientY + doc.scrollTop
5335 y: (event.pageY) ? event.pageY - win.pageYOffset : event.clientY
12258 y: event.pageY || (event.clientY +
H A Dprototype-1.6.0.3.js3879 y: event.pageY || (event.clientY +

Completed in 135 milliseconds