Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp57 m_globalPosition = IntPoint(e.globalX, e.globalY); in PlatformMouseEventBuilder()
91 m_globalPosition = IntPoint(e.globalX, e.globalY); in PlatformWheelEventBuilder()
291 globalY = event.screenY(); in WebMouseEventBuilder()
310 globalY = event.screenY(); in WebMouseWheelEventBuilder()
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp251 result.globalY = globalPoint.y; in mouseEvent()
346 result.globalY = cursorPosition.y; in mouseWheelEvent()
376 result.globalY = static_cast<short>(HIWORD(lparam)); in mouseWheelEvent()
404 POINT clientPoint = { result.globalX, result.globalY }; in mouseWheelEvent()
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h261 int globalY; variable
272 , globalY(0) in WebInputEvent()
/external/webkit/Source/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp418 result.globalY = static_cast<int>(event->y_root); in mouseEvent()
473 result.globalY = static_cast<int>(event->y_root); in mouseEvent()
508 result.globalY = static_cast<int>(event->y_root); in mouseEvent()
552 result.globalY = static_cast<int>(event->y_root); in mouseWheelEvent()
/external/webkit/Source/WebCore/platform/
DPlatformMouseEvent.h121 int globalY() const { return m_globalPosition.y(); } in globalY() function
151 …PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even…
DPlatformWheelEvent.h129 int globalY() const { return m_globalPosition.y(); } in globalY() function
/external/chromium/webkit/glue/
Dcontext_menu_unittest.cc58 mouse_event.globalY = 250; in TEST_F()
/external/webkit/Source/WebCore/platform/qt/
DScrollbarQt.cpp73 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); in contextMenu()
/external/webkit/Source/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/Source/WebCore/dom/
DWheelEvent.cpp109 …view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), eve… in WheelEventDispatchMediator()
DMouseEvent.cpp41 detail, event.globalX(), event.globalY(), event.x(), event.y(), in create()
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp142 e->globalY = pos.y(); in initMouseEvent()
338 WebPoint screenPoint(event.globalX, event.globalY); in doDragDrop()
441 WebPoint screenPoint(e.globalX, e.globalY); in doMouseUp()
485 WebPoint screenPoint(e.globalX, e.globalY); in doMouseMove()
/external/skia/include/views/
DSkView.h211 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc143 wmevent->globalY = wmevent->y + origin.y(); in InitializeWebMouseEventFromViewsEvent()
/external/webkit/Source/WebKit/chromium/src/mac/
DWebInputEventFactory.mm524 result->globalY = [primaryScreen frame].size.height - screenLocal.y;
526 result->globalY = screenLocal.y;
/external/webkit/Source/WebCore/page/
DEventHandler.cpp1760 0, event.globalX(), event.globalY(), event.x(), event.y(), in dispatchDragEvent()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp378 priv->lastPopupYPosition = event.globalY(); in webkit_web_view_forward_context_menu_event()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1919878 (QMouseEvent::globalY):