Home
last modified time | relevance | path

Searched refs:QWebTouchModifier (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DQtPlatformPlugin.h31 class QWebTouchModifier; variable
46 QWebTouchModifier* createTouchModifier();
DQtPlatformPlugin.cpp124 QWebTouchModifier* QtPlatformPlugin::createTouchModifier() in createTouchModifier()
127 …return p ? static_cast<QWebTouchModifier*>(p->createExtension(QWebKitPlatformPlugin::TouchInteract… in createTouchModifier()
/external/webkit/Source/WebKit/qt/examples/platformplugin/
DWebPlugin.h88 class TouchModifier : public QWebTouchModifier
94 if (direction == QWebTouchModifier::Up) in hitTestPaddingForTouch()
Dqwebkitplatformplugin.h108 class QWebTouchModifier : public QObject
112 virtual ~QWebTouchModifier() {} in ~QWebTouchModifier()
/external/webkit/Source/WebKit/qt/Api/
Dqwebkitplatformplugin.h113 class QWebTouchModifier : public QObject
117 virtual ~QWebTouchModifier() {} in ~QWebTouchModifier()
Dqwebpage.cpp1323 QWebTouchModifier* touchModifier = platformPlugin.createTouchModifier(); in adjustPointForClicking()
1327 unsigned topPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Up); in adjustPointForClicking()
1328 unsigned rightPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Right); in adjustPointForClicking()
1329 unsigned bottomPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Down); in adjustPointForClicking()
1330 unsigned leftPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Left); in adjustPointForClicking()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-162313 QWebTouchModifier::hitTestPadding.
2387 (QWebTouchModifier::~QWebTouchModifier):
2397 (QWebTouchModifier::~QWebTouchModifier):