Searched refs:handleTouchEvent (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DEventHandler.h232 bool handleTouchEvent(const PlatformTouchEvent&);
H A DEventHandler.cpp3072 bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event) function in class:EventHandler
/external/webkit/Source/WebCore/plugins/
H A DPluginView.h367 void handleTouchEvent(TouchEvent*);
H A DPluginView.cpp181 handleTouchEvent(static_cast<TouchEvent*>(event));
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp207 void PluginView::handleTouchEvent(TouchEvent* event) function in class:WebCore::PluginView
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h326 int handleTouchEvent(int action, WTF::Vector<int>& ids,
H A DWebViewCore.cpp3226 int WebViewCore::handleTouchEvent(int action, Vector<int>& ids, Vector<IntPoint>& points, int actionIndex, int metaState) function in class:android::WebViewCore
3292 if (m_mainFrame->eventHandler()->handleTouchEvent(te))
4700 return viewImpl->handleTouchEvent(action, ids, points, actionIndex, metaState);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp400 page->handleTouchEvent(touchEvent);
/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.h298 void handleTouchEvent(const WebTouchEvent&);
H A DWebPageProxy.cpp902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event) function in class:WebKit::WebPageProxy
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp747 return mainFrameImpl()->frame()->eventHandler()->handleTouchEvent(touchEventBuilder);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp1518 ret = sd->frame->eventHandler()->handleTouchEvent(te);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1363 return frame->eventHandler()->handleTouchEvent(PlatformTouchEvent(event));

Completed in 205 milliseconds