Searched refs:TouchMove (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/brew/
H A DPlatformTouchEventBrew.cpp53 m_type = TouchMove;
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchEventQt.cpp35 case QEvent::TouchUpdate: m_type = TouchMove; break;
/external/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp64 return type == TouchStart || type == TouchMove || type == TouchEnd || type == TouchCancel;
H A DWebEventConversion.cpp240 case WebEvent::TouchMove:
241 m_type = WebCore::TouchMove;
H A DWebEvent.h71 TouchMove, enumerator in enum:WebKit::WebEvent::Type
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h105 TouchMove, enumerator in enum:WebKit::WebInputEvent::Type
164 || type == TouchMove
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h52 , TouchMove enumerator in enum:WebCore::TouchEventType
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp178 case WebInputEvent::TouchMove:
179 return TouchMove;
H A DWebScrollbarImpl.cpp146 case WebInputEvent::TouchMove:
H A DWebViewImpl.cpp1216 case WebInputEvent::TouchMove:
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp73 return WebEvent::TouchMove;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc116 return WebKit::WebInputEvent::TouchMove;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp979 sendCurrentTouchEvent(WebInputEvent::TouchMove);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp1508 type = WebCore::TouchMove;
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3256 type = WebCore::TouchMove;

Completed in 552 milliseconds