Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp212 void PluginView::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in WebCore::PluginView
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3078 bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::EventHandler
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1084 static bool handleTouchEvent(const WebTouchEvent& touchEvent, Page* page) in handleTouchEvent() function
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event) in handleTouchEvent() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3186 bool WebViewCore::handleTouchEvent(int action, Vector<int>& ids, Vector<IntPoint>& points, int acti… in handleTouchEvent() function in android::WebViewCore