/external/webkit/WebKit/chromium/public/ |
D | WebInputEvent.h | 215 int globalY; variable 226 , globalY(0) in WebInputEvent()
|
/external/webkit/WebKit/chromium/src/win/ |
D | WebInputEventFactory.cpp | 240 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/ |
D | WebInputEventFactory.cpp | 333 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/ |
D | WebInputEventConversion.cpp | 56 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/ |
D | PlatformMouseEvent.h | 105 int globalY() const { return m_globalPosition.y(); } in globalY() function 127 …PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even…
|
D | PlatformWheelEvent.h | 105 int globalY() const { return m_globalPosition.y(); } in globalY() function
|
/external/webkit/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/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 72 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); in contextMenu()
|
/external/skia/include/views/ |
D | SkView.h | 198 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
|
/external/webkit/WebCore/dom/ |
D | Node.cpp | 2846 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/ |
D | WebInputEventFactory.mm | 1026 result.globalY = [[[view window] screen] frame].size.height - location.y; 1056 result.globalY = location.y;
|
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.cpp | 1382 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/ |
D | EventHandler.cpp | 1506 0, event.globalX(), event.globalY(), contentsPos.x(), contentsPos.y(), in dispatchDragEvent()
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 257 priv->lastPopupYPosition = event.globalY(); in webkit_web_view_forward_context_menu_event()
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 19878 (QMouseEvent::globalY):
|