HomeSort by relevance Sort by last modified time
    Searched full:globaly (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
165 , m_globalPosition(IntPoint(globalX, globalY))
  /external/chromium/webkit/glue/
context_menu_unittest.cc 58 mouse_event.globalY = 250;
  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 121 int globalY() const { return m_globalPosition.y(); }
151 PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
PlatformWheelEvent.h 129 int globalY() const { return m_globalPosition.y(); }
  /external/webkit/Source/WebCore/dom/
WheelEvent.cpp 109 view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey()));
MouseEvent.cpp 41 detail, event.globalX(), event.globalY(), event.x(), event.y(),
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 57 m_globalPosition = IntPoint(e.globalX, e.globalY);
91 m_globalPosition = IntPoint(e.globalX, e.globalY);
291 globalY = event.screenY();
310 globalY = event.screenY();
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 251 result.globalY = globalPoint.y;
346 result.globalY = cursorPosition.y;
376 result.globalY = static_cast<short>(HIWORD(lparam));
404 POINT clientPoint = { result.globalX, result.globalY };
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 261 int globalY;
272 , globalY(0)
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarQt.cpp 73 const QPoint globalPos = QPoint(event.globalX(), event.globalY());
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 418 result.globalY = static_cast<int>(event->y_root);
473 result.globalY = static_cast<int>(event->y_root);
508 result.globalY = static_cast<int>(event->y_root);
552 result.globalY = static_cast<int>(event->y_root);
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 142 e->globalY = pos.y();
338 WebPoint screenPoint(event.globalX, event.globalY);
441 WebPoint screenPoint(e.globalX, e.globalY);
485 WebPoint screenPoint(e.globalX, e.globalY);
    [all...]
  /external/skia/include/views/
SkView.h 221 bool globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
  /external/skia/legacy/include/views/
SkView.h 211 void globalToLocal(SkScalar globalX, SkScalar globalY, SkPoint* local) const;
  /external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm 524 result->globalY = [primaryScreen frame].size.height - screenLocal.y;
526 result->globalY = screenLocal.y;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 143 wmevent->globalY = wmevent->y + origin.y();
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 378 priv->lastPopupYPosition = event.globalY();
    [all...]

Completed in 639 milliseconds