/external/webkit/Source/WebKit/chromium/src/ |
D | WebInputEventConversion.cpp | 57 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/ |
D | WebInputEventFactory.cpp | 251 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/ |
D | WebInputEvent.h | 261 int globalY; variable 272 , globalY(0) in WebInputEvent()
|
/external/webkit/Source/WebKit/chromium/src/gtk/ |
D | WebInputEventFactory.cpp | 418 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/ |
D | PlatformMouseEvent.h | 121 int globalY() const { return m_globalPosition.y(); } in globalY() function 151 …PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even…
|
D | PlatformWheelEvent.h | 129 int globalY() const { return m_globalPosition.y(); } in globalY() function
|
/external/chromium/webkit/glue/ |
D | context_menu_unittest.cc | 58 mouse_event.globalY = 250; in TEST_F()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 73 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); in contextMenu()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PlatformMouseEventMac.mm | 161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, … 165 , m_globalPosition(IntPoint(globalX, globalY))
|
/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.cpp | 109 …view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), eve… in WheelEventDispatchMediator()
|
D | MouseEvent.cpp | 41 detail, event.globalX(), event.globalY(), event.x(), event.y(), in create()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | EventSender.cpp | 142 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/ |
D | SkView.h | 211 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 143 wmevent->globalY = wmevent->y + origin.y(); in InitializeWebMouseEventFromViewsEvent()
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 524 result->globalY = [primaryScreen frame].size.height - screenLocal.y; 526 result->globalY = screenLocal.y;
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 1760 0, event.globalX(), event.globalY(), event.x(), event.y(), in dispatchDragEvent()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 378 priv->lastPopupYPosition = event.globalY(); in webkit_web_view_forward_context_menu_event()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 19878 (QMouseEvent::globalY):
|