Home
last modified time | relevance | path

Searched refs:createGraphicsSceneWheelEvent (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
DEventSenderQt.h89 …QGraphicsSceneWheelEvent* createGraphicsSceneWheelEvent(QEvent::Type, const QPoint& pos, const QPo…
DEventSenderQt.cpp196 event = createGraphicsSceneWheelEvent(QEvent::GraphicsSceneWheel, in continuousMouseScrollBy()
206 event = createGraphicsSceneWheelEvent(QEvent::GraphicsSceneWheel, in continuousMouseScrollBy()
627 QGraphicsSceneWheelEvent* EventSender::createGraphicsSceneWheelEvent(QEvent::Type type, const QPoin… in createGraphicsSceneWheelEvent() function in EventSender
/external/webkit/Tools/
DChangeLog-2011-02-1631189 (EventSender::createGraphicsSceneWheelEvent):