/external/webkit/Source/WebKit/chromium/src/win/ |
D | WebInputEventFactory.cpp | 250 result.globalX = globalPoint.x; in mouseEvent() 345 result.globalX = cursorPosition.x; in mouseWheelEvent() 375 result.globalX = static_cast<short>(LOWORD(lparam)); in mouseWheelEvent() 404 POINT clientPoint = { result.globalX, result.globalY }; in mouseWheelEvent()
|
/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() 290 globalX = event.screenX(); in WebMouseEventBuilder() 309 globalX = event.screenX(); in WebMouseWheelEventBuilder()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebInputEvent.h | 260 int globalX; variable 271 , globalX(0) in WebInputEvent()
|
/external/webkit/Source/WebKit/chromium/src/gtk/ |
D | WebInputEventFactory.cpp | 417 result.globalX = static_cast<int>(event->x_root); in mouseEvent() 472 result.globalX = static_cast<int>(event->x_root); in mouseEvent() 507 result.globalX = static_cast<int>(event->x_root); in mouseEvent() 551 result.globalX = static_cast<int>(event->x_root); in mouseWheelEvent()
|
/external/webkit/Source/WebCore/platform/ |
D | PlatformMouseEvent.h | 120 int globalX() const { return m_globalPosition.x(); } in globalX() function 151 …PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even…
|
D | PlatformWheelEvent.h | 128 int globalX() const { return m_globalPosition.x(); } // Screen coordinates. in globalX() function
|
/external/chromium/webkit/glue/ |
D | context_menu_unittest.cc | 57 mouse_event.globalX = 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 | 141 e->globalX = pos.x(); 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 | 202 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 142 wmevent->globalX = wmevent->x + origin.x(); in InitializeWebMouseEventFromViewsEvent()
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 519 result->globalX = screenLocal.x;
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 1621 int globalX, globalY; in updateCacheOnNodeChange() local 1622 CacheBuilder::GetGlobalOffset(frame, &globalX, &globalY); in updateCacheOnNodeChange() 1623 absBox.move(globalX, globalY); in updateCacheOnNodeChange()
|
/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 | 377 priv->lastPopupXPosition = event.globalX(); in webkit_web_view_forward_context_menu_event()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 19877 (QMouseEvent::globalX):
|
D | ChangeLog-2009-06-16 | 83955 (WebCore::PlatformWheelEvent::globalX):
|