/external/skia/include/views/ |
SkTouchGesture.h | 35 void touchBegin(void* owner, float x, float y);
|
/external/skia/legacy/include/views/ |
SkTouchGesture.h | 35 void touchBegin(void* owner, float x, float y);
|
/external/webkit/Source/WebCore/platform/qt/ |
PlatformTouchEventQt.cpp | 34 case QEvent::TouchBegin: m_type = TouchStart; break;
|
/external/skia/legacy/src/views/ |
SkTouchGesture.cpp | 144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { 145 // GrPrintf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y);
|
/external/skia/src/views/ |
SkTouchGesture.cpp | 144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { 145 // GrPrintf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y);
|
/external/webkit/Source/WebKit2/Shared/qt/ |
WebEventFactoryQt.cpp | 70 case QEvent::TouchBegin:
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qgraphicswkview.cpp | 220 case QEvent::TouchBegin:
|
/external/webkit/Tools/DumpRenderTree/qt/ |
EventSenderQt.cpp | 439 sendTouchEvent(QEvent::TouchBegin);
|
/external/webkit/Source/WebKit/qt/Api/ |
qgraphicswebview.cpp | 311 if (d->page && (event->type() == QEvent::TouchBegin
|
qwebview.cpp | 854 } else if (e->type() == QEvent::TouchBegin [all...] |
qwebpage.cpp | [all...] |
/external/webkit/Tools/QtTestBrowser/ |
launcherwindow.cpp | 463 type = QEvent::TouchBegin; [all...] |