Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DPlatformMouseEvent.h44 class QInputEvent; variable
158 PlatformMouseEvent(QInputEvent*, int clickCount);
/external/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp75 PlatformMouseEvent::PlatformMouseEvent(QInputEvent* event, int clickCount) in PlatformMouseEvent()
/external/webkit/Source/WebCore/
DChangeLog467 and PlatformMouseEvent(QInputEvent*, int clickCount) so as to remove duplicate code.