Searched defs:handleTouchEvent (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp208 void PluginView::handleTouchEvent(TouchEvent* event) function in class:WebCore::PluginView
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp3072 bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event) function in class:EventHandler
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp1084 static bool handleTouchEvent(const WebTouchEvent& touchEvent, Page* page) function in namespace:WebKit
1090 return frame->eventHandler()->handleTouchEvent(platform(touchEvent));
1097 bool handled = handleTouchEvent(touchEvent, m_page.get());
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event) function in class:WebKit::WebPageProxy
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3185 int WebViewCore::handleTouchEvent(int action, Vector<int>& ids, Vector<IntPoint>& points, int actionIndex, int metaState) function in class:android::WebViewCore
3251 if (m_mainFrame->eventHandler()->handleTouchEvent(te))
4626 return viewImpl->handleTouchEvent(action, ids, points, actionIndex, metaState);

Completed in 233 milliseconds