HomeSort by relevance Sort by last modified time
    Searched refs:screenPos (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/qt/
PlatformTouchPointQt.cpp 40 m_screenPos = point.screenPos().toPoint();
WheelEventQt.cpp 63 , m_globalPosition(e->screenPos())
PlatformMouseEventQt.cpp 56 m_globalPosition = IntPoint(event->screenPos());
  /external/webkit/Source/WebCore/platform/
PlatformTouchPoint.h 60 IntPoint screenPos() const { return m_screenPos; }
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 88 QGraphicsSceneMouseEvent* createGraphicsSceneMouseEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers);
89 QGraphicsSceneWheelEvent* createGraphicsSceneWheelEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers, Qt::Orientation);
EventSenderQt.cpp 614 QGraphicsSceneMouseEvent* EventSender::createGraphicsSceneMouseEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
619 event->setScreenPos(screenPos);
627 QGraphicsSceneWheelEvent* EventSender::createGraphicsSceneWheelEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers modifiers, Qt::Orientation orientation)
632 event->setScreenPos(screenPos);
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 213 final int[] screenPos = new int[2];
215 getLocationOnScreen(screenPos);
221 final int midy = screenPos[1] + height / 2;
228 screenWidth - screenPos[0] - width / 2, height);
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 109 return WebMouseEvent(type, button, event->pos().toPoint(), event->screenPos(), deltaX, deltaY, 0.0f, clickCount, modifiers, timestamp);
143 return WebWheelEvent(WebEvent::Wheel, e->pos().toPoint(), e->screenPos(), FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, modifiers, timestamp);
198 m_touchPoints.append(WebPlatformTouchPoint(id, state, points.at(i).screenPos().toPoint(), points.at(i).pos().toPoint()));
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 267 menu->exec(event->screenPos());
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 274 me.setScreenPos(ev->screenPos());
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 1119 milliseconds