Searched refs:globalX (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h260 int globalX; member in class:WebKit::WebMouseEvent
271 , globalX(0)
/external/chromium/webkit/glue/
H A Dcontext_menu_unittest.cc57 mouse_event.globalX = 250;
/external/webkit/Source/WebCore/platform/mac/
H A DPlatformMouseEventMac.mm161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
165 , m_globalPosition(IntPoint(globalX, globalY))
/external/webkit/Source/WebCore/platform/
H A DPlatformMouseEvent.h120 int globalX() const { return m_globalPosition.x(); } function in class:WebCore::PlatformMouseEvent
151 PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
H A DPlatformWheelEvent.h128 int globalX() const { return m_globalPosition.x(); } // Screen coordinates. function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp57 m_globalPosition = IntPoint(e.globalX, e.globalY);
91 m_globalPosition = IntPoint(e.globalX, e.globalY);
290 globalX = event.screenX();
309 globalX = event.screenX();
/external/webkit/Source/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp250 result.globalX = globalPoint.x;
345 result.globalX = cursorPosition.x;
375 result.globalX = static_cast<short>(LOWORD(lparam));
404 POINT clientPoint = { result.globalX, result.globalY };
/external/webkit/Source/WebCore/dom/
H A DWheelEvent.cpp109 view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey()));
H A DMouseEvent.cpp41 detail, event.globalX(), event.globalY(), event.x(), event.y(),
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarQt.cpp73 const QPoint globalPos = QPoint(event.globalX(), event.globalY());
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebInputEventFactory.cpp417 result.globalX = static_cast<int>(event->x_root);
472 result.globalX = static_cast<int>(event->x_root);
507 result.globalX = static_cast<int>(event->x_root);
551 result.globalX = static_cast<int>(event->x_root);
/external/skia/include/views/
H A DSkView.h211 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp141 e->globalX = pos.x();
338 WebPoint screenPoint(event.globalX, event.globalY);
441 WebPoint screenPoint(e.globalX, e.globalY);
485 WebPoint screenPoint(e.globalX, e.globalY);
/external/webkit/Source/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm519 result->globalX = screenLocal.x;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc142 wmevent->globalX = wmevent->x + origin.x();
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp1760 0, event.globalX(), event.globalY(), event.x(), event.y(),
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp377 priv->lastPopupXPosition = event.globalX();

Completed in 220 milliseconds