Searched refs:QWebTouchModifier (Results 1 - 6 of 6) sorted by relevance

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

Completed in 132 milliseconds