Searched refs:pageY (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTouch.cpp58 Touch::Touch(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force) argument
62 , m_clientY(pageY - contentsY(frame))
66 , m_pageY(pageY)
74 float y = pageY * scaleFactor;
78 Touch::Touch(EventTarget* target, unsigned identifier, int clientX, int clientY, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force, LayoutPoint absoluteLocation) argument
86 , m_pageY(pageY)
H A DTouch.h44 unsigned identifier, int screenX, int screenY, int pageX, int pageY,
48 screenY, pageX, pageY, radiusX, radiusY, rotationAngle, force));
58 int pageY() const { return m_pageY; } function in class:WebCore::Touch
68 int screenX, int screenY, int pageX, int pageY,
72 int screenX, int screenY, int pageX, int pageY,
43 create(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force) argument
H A DTouch.idl35 readonly attribute long pageY;
H A DUIEvent.idl39 readonly attribute long pageY;
H A DTouchEvent.h49 int screenX, int screenY, int pageX, int pageY,
53 type, view, screenX, screenY, pageX, pageY,
86 int pageY,
46 create(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DWheelEvent.cpp73 int screenX, int screenY, int pageX, int pageY,
94 initCoordinates(IntPoint(pageX, pageY));
98 int screenX, int screenY, int pageX, int pageY,
101 initWheelEvent(rawDeltaX, rawDeltaY, view, screenX, screenY, pageX, pageY,
72 initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
97 initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.cpp46 PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY,
49 IntPoint(pageX, pageY),
44 TouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DMouseEvent.h59 int detail, int screenX, int screenY, int pageX, int pageY,
67 int detail, int screenX, int screenY, int pageX, int pageY,
109 int detail, int screenX, int screenY, int pageX, int pageY,
H A DWheelEvent.h73 int screenX, int screenY, int pageX, int pageY,
77 int screenX, int screenY, int pageX, int pageY,
H A DMouseRelatedEvent.h53 virtual int pageY() const;
H A DUIEvent.cpp108 int UIEvent::pageY() const function in class:WebCore::UIEvent
H A DUIEvent.h73 virtual int pageY() const;
H A DMouseEvent.cpp74 int detail, int screenX, int screenY, int pageX, int pageY,
83 detail, screenX, screenY, pageX, pageY,
91 int detail, int screenX, int screenY, int pageX, int pageY,
99 detail, screenX, screenY, pageX, pageY,
113 int detail, int screenX, int screenY, int pageX, int pageY,
121 IntPoint(pageX, pageY),
135 IntPoint(0 /* pageX */, 0 /* pageY */),
73 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, int movementX, int movementY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget) argument
90 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, int movementX, int movementY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
112 MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, int movementX, int movementY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
H A DMouseRelatedEvent.cpp140 setAbsoluteLocation(roundedLayoutPoint(FloatPoint(pageX() * scaleFactor, pageY() * scaleFactor)));
221 int MouseRelatedEvent::pageY() const function in class:WebCore::MouseRelatedEvent
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DWatchExpressionsSidebarPane.js282 this._updateHoveredElement(e.pageY);
294 _updateHoveredElement: function(pageY)
301 if (!next || next.totalOffsetTop() > pageY)
314 this._lastMouseMovePageY = pageY;
H A DDrawer.js211 this._statusBarDragOffset = event.pageY - this.element.totalOffsetTop();
217 var height = window.innerHeight - event.pageY + this._statusBarDragOffset;
H A DSplitView.js360 this._dragOffset = (this._secondIsSidebar ? this._totalSize - this._sidebarSize : this._sidebarSize) - (this._isVertical ? event.pageX : event.pageY);
369 var newOffset = (this._isVertical ? event.pageX : event.pageY) + this._dragOffset;
H A DSoftContextMenu.js48 var absoluteY = event.pageY;
238 return { x: targetX, y: targetY, pageX: targetPageX, pageY: targetPageY, consume: function() {} };
H A DHeapSnapshotView.js664 this._previousDragPosition = event.pageY;
671 height += this._previousDragPosition - event.pageY;
672 this._previousDragPosition = event.pageY;
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTablePs.c42 double pageX, pageY; /* Postscript coordinates (in points) member in struct:TkPostscriptInfo
491 psInfo.pageY = 72*5.5;
631 &psInfo.pageY) != TCL_OK) {
723 (int) (psInfo.pageY + psInfo.scale*deltaY),
726 (int) (psInfo.pageY + psInfo.scale*(deltaY + psInfo.height)
731 (int) (psInfo.pageY + psInfo.scale*deltaX),
733 (int) (psInfo.pageY + psInfo.scale*(deltaX + psInfo.width)
785 psInfo.pageX, psInfo.pageY);
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvPs.c52 double pageX, pageY; /* Postscript coordinates (in points) member in struct:TkPostscriptInfo
205 psInfo.pageY = 72*5.5;
244 &psInfo.pageY) != TCL_OK) {
429 (int) (psInfo.pageY + psInfo.scale*deltaY),
432 (int) (psInfo.pageY + psInfo.scale*(deltaY + psInfo.height)
437 (int) (psInfo.pageY + psInfo.scale*deltaX),
439 (int) (psInfo.pageY + psInfo.scale*(deltaX + psInfo.width)
488 sprintf(string, "%.1f %.1f translate\n", psInfo.pageX, psInfo.pageY);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvPs.c51 double pageX, pageY; /* Postscript coordinates (in points) member in struct:TkPostscriptInfo
210 psInfo.pageY = 72*5.5;
250 &psInfo.pageY) != TCL_OK) {
444 (int) (psInfo.pageY + psInfo.scale*deltaY),
447 (int) (psInfo.pageY + psInfo.scale*(deltaY + psInfo.height)
452 (int) (psInfo.pageY + psInfo.scale*deltaX),
454 (int) (psInfo.pageY + psInfo.scale*(deltaX + psInfo.width)
510 sprintf(string, "%.1f %.1f translate\n", psInfo.pageX, psInfo.pageY);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.h287 virtual HRESULT STDMETHODCALLTYPE pageY(
396 virtual HRESULT STDMETHODCALLTYPE pageY( function in class:DOMKeyboardEvent
397 /* [retval][out] */ long* result) { return DOMUIEvent::pageY(result); }
544 virtual HRESULT STDMETHODCALLTYPE pageY( function in class:DOMMouseEvent
545 /* [retval][out] */ long* result) { return DOMUIEvent::pageY(result); }
903 virtual HRESULT STDMETHODCALLTYPE pageY( function in class:DOMWheelEvent
904 /* [retval][out] */ long* result) { return DOMUIEvent::pageY(result); }
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp379 touchPoints[i].clientY = touchItem->pageY() - frameRect().y();
383 touchPoints[i].pageY = touchItem->pageY();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAnchorElement.cpp171 FloatPoint absolutePosition = renderer->absoluteToLocal(FloatPoint(static_cast<MouseEvent*>(event)->pageX(), static_cast<MouseEvent*>(event)->pageY()));

Completed in 267 milliseconds

12