Searched refs:TouchEnd (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchEventQt.cpp36 case QEvent::TouchEnd: m_type = TouchEnd; break;
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h106 TouchEnd, enumerator in enum:WebKit::WebInputEvent::Type
165 || type == TouchEnd
176 || type == TouchEnd;
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformTouchEventBrew.cpp48 m_type = TouchEnd;
/external/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp64 return type == TouchStart || type == TouchMove || type == TouchEnd || type == TouchCancel;
H A DWebEventConversion.cpp243 case WebEvent::TouchEnd:
244 m_type = WebCore::TouchEnd;
H A DWebEvent.h72 TouchEnd, enumerator in enum:WebKit::WebEvent::Type
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h53 , TouchEnd enumerator in enum:WebCore::TouchEventType
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp74 case QEvent::TouchEnd:
75 return WebEvent::TouchEnd;
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp180 case WebInputEvent::TouchEnd:
181 return TouchEnd;
H A DWebScrollbarImpl.cpp147 case WebInputEvent::TouchEnd:
H A DWebViewImpl.cpp1217 case WebInputEvent::TouchEnd:
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp221 case QEvent::TouchEnd:
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp312 || event->type() == QEvent::TouchEnd
316 // Always return true so that we'll receive also TouchUpdate and TouchEnd events
H A Dqwebview.cpp855 || e->type() == QEvent::TouchEnd
859 // Always return true so that we'll receive also TouchUpdate and TouchEnd events
H A Dqwebpage.cpp1359 // Always accept the QTouchEvent so that we'll receive also TouchUpdate and TouchEnd events
3125 case QEvent::TouchEnd:
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.cpp457 sendTouchEvent(QEvent::TouchEnd);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc114 return WebKit::WebInputEvent::TouchEnd;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp973 sendCurrentTouchEvent(WebInputEvent::TouchEnd);
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp461 type = QEvent::TouchEnd;
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp1505 type = WebCore::TouchEnd;
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3250 type = WebCore::TouchEnd;
3266 type = WebCore::TouchEnd;

Completed in 361 milliseconds