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

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebTouchEvent.cpp63 return type == TouchStart || type == TouchMove || type == TouchEnd || type == TouchCancel;
H A DWebEventConversion.cpp276 case WebEvent::TouchMove:
277 m_type = WebCore::PlatformEvent::TouchMove;
H A DWebEvent.h74 TouchMove, enumerator in enum:WebKit::WebEvent::Type
306 ASSERT(type == TouchStart || type == TouchMove || type == TouchEnd || type == TouchCancel);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKAPICastEfl.h76 case WebEvent::TouchMove:
/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DNativeWebTouchEventIOS.mm46 return WebEvent::TouchMove;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/efl/
H A DWebEventFactory.cpp238 return WebEvent::TouchMove;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/gtk/
H A DWebEventFactory.cpp252 type = WebEvent::TouchMove;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DEventDispatcher.cpp178 if (type == WebEvent::TouchMove)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp499 case WebEvent::TouchMove:
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp4023 case WebEvent::TouchMove:
4090 case WebEvent::TouchMove:
4096 case WebEvent::TouchMove:

Completed in 109 milliseconds