Searched defs:createGraphicsSceneMouseEvent (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.cpp115 event = createGraphicsSceneMouseEvent((m_clickCount == 2) ?
156 event = createGraphicsSceneMouseEvent(QEvent::GraphicsSceneMouseRelease,
173 event = createGraphicsSceneMouseEvent(QEvent::GraphicsSceneMouseMove,
614 QGraphicsSceneMouseEvent* EventSender::createGraphicsSceneMouseEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) function in class:EventSender

Completed in 160 milliseconds