Home
last modified time | relevance | path

Searched refs:globalY (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKit/chromium/public/
DWebInputEvent.h215 int globalY; variable
226 , globalY(0) in WebInputEvent()
/external/webkit/WebKit/chromium/src/win/
DWebInputEventFactory.cpp240 result.globalY = globalPoint.y; in mouseEvent()
334 result.globalY = cursorPosition.y; in mouseWheelEvent()
364 result.globalY = static_cast<short>(HIWORD(lparam)); in mouseWheelEvent()
390 POINT clientPoint = { result.globalX, result.globalY }; in mouseWheelEvent()
/external/webkit/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp333 result.globalY = static_cast<int>(event->y_root); in mouseEvent()
387 result.globalY = static_cast<int>(event->y_root); in mouseEvent()
419 result.globalY = static_cast<int>(event->y_root); in mouseEvent()
460 result.globalY = static_cast<int>(event->y_root); in mouseWheelEvent()
/external/webkit/WebKit/chromium/src/
DWebInputEventConversion.cpp56 m_globalPosition = IntPoint(e.globalX, e.globalY); in PlatformMouseEventBuilder()
90 m_globalPosition = IntPoint(e.globalX, e.globalY); in PlatformWheelEventBuilder()
227 globalY = event.screenY(); in WebMouseEventBuilder()
/external/webkit/WebCore/platform/
DPlatformMouseEvent.h105 int globalY() const { return m_globalPosition.y(); } in globalY() function
127 …PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even…
DPlatformWheelEvent.h105 int globalY() const { return m_globalPosition.y(); } in globalY() function
/external/webkit/WebCore/platform/mac/
DPlatformMouseEventMac.mm161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, …
165 , m_globalPosition(IntPoint(globalX, globalY))
/external/webkit/WebCore/platform/qt/
DScrollbarQt.cpp72 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); in contextMenu()
/external/skia/include/views/
DSkView.h198 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
/external/webkit/WebCore/dom/
DNode.cpp2846 contentsPos.x(), contentsPos.y(), event.globalX(), event.globalY(), in dispatchMouseEvent()
2989 document()->defaultView(), e.globalX(), e.globalY(), adjustedPageX, adjustedPageY, in dispatchWheelEvent()
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm1026 result.globalY = [[[view window] screen] frame].size.height - location.y;
1056 result.globalY = location.y;
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp1382 int globalX, globalY; in updateCacheOnNodeChange() local
1383 CacheBuilder::GetGlobalOffset(frame, &globalX, &globalY); in updateCacheOnNodeChange()
1384 absBox.move(globalX, globalY); in updateCacheOnNodeChange()
/external/webkit/WebCore/page/
DEventHandler.cpp1506 0, event.globalX(), event.globalY(), contentsPos.x(), contentsPos.y(), in dispatchDragEvent()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp257 priv->lastPopupYPosition = event.globalY(); in webkit_web_view_forward_context_menu_event()
/external/webkit/WebCore/
DChangeLog-2005-12-1919878 (QMouseEvent::globalY):