/external/webkit/Source/WebCore/page/ |
D | EventHandler.h | 232 bool handleTouchEvent(const PlatformTouchEvent&);
|
D | EventHandler.cpp | 3072 bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::EventHandler
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginView.h | 367 void handleTouchEvent(TouchEvent*);
|
D | PluginView.cpp | 181 handleTouchEvent(static_cast<TouchEvent*>(event)); in handleEvent()
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 208 void PluginView::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in WebCore::PluginView
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 329 int handleTouchEvent(int action, WTF::Vector<int>& ids,
|
D | WebViewCore.cpp | 3185 int WebViewCore::handleTouchEvent(int action, Vector<int>& ids, Vector<IntPoint>& points, int actio… in handleTouchEvent() function in android::WebViewCore 3251 if (m_mainFrame->eventHandler()->handleTouchEvent(te)) in handleTouchEvent() 4626 return viewImpl->handleTouchEvent(action, ids, points, actionIndex, metaState); in HandleTouchEvent()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.cpp | 400 page->handleTouchEvent(touchEvent); in touchEvent()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.cpp | 1084 static bool handleTouchEvent(const WebTouchEvent& touchEvent, Page* page) in handleTouchEvent() function 1090 return frame->eventHandler()->handleTouchEvent(platform(touchEvent)); in handleTouchEvent() 1097 bool handled = handleTouchEvent(touchEvent, m_page.get()); in touchEvent()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.h | 298 void handleTouchEvent(const WebTouchEvent&);
|
D | WebPageProxy.cpp | 902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event) in handleTouchEvent() function in WebKit::WebPageProxy
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_frame.cpp | 1518 ret = sd->frame->eventHandler()->handleTouchEvent(te); in ewk_frame_feed_touch_event()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 747 return mainFrameImpl()->frame()->eventHandler()->handleTouchEvent(touchEventBuilder); in touchEvent()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.cpp | 1363 return frame->eventHandler()->handleTouchEvent(PlatformTouchEvent(event)); in touchEvent()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 11065 Potential crash in EventHandler::handleTouchEvent 11075 (WebCore::EventHandler::handleTouchEvent): Don't let the RefPtr we get back from 12766 Crash in handleTouchEvent: using dangling node ptrs in hashmap 16041 (WebCore::EventHandler::handleTouchEvent): Improve the documentation for handling 27268 (WebCore::EventHandler::handleTouchEvent): Same. 37101 (WebCore::EventHandler::handleTouchEvent): Fix two compiler warnings. 42885 (WebCore::EventHandler::handleTouchEvent): Remove the 43656 …(WebCore::EventHandler::handleTouchEvent): Store the originating target element of a touch in a ha… 44428 …(WebCore::EventHandler::handleTouchEvent): Set the pageX/Y and screenX/Y co-ordinates attached to …
|
D | ChangeLog-2010-01-29 | 1494 …(WebCore::EventHandler::handleTouchEvent): Rename framePoint to pagePoint, as it seems a clearer n… 6074 …(WebCore::EventHandler::handleTouchEvent): Instead of looking at the document of the main frame to… 7110 … (WebCore::EventHandler::handleTouchEvent): Add code to detect and dispatch touchcancel events. 12769 (WebCore::EventHandler::handleTouchEvent): 13931 (WebCore::EventHandler::handleTouchEvent): 21541 (WebCore::EventHandler::handleTouchEvent): 22802 (WebCore::EventHandler::handleTouchEvent):
|
D | ChangeLog | 12969 (WebCore::EventHandler::handleTouchEvent): 38860 (WebCore::EventHandler::handleTouchEvent): 40935 (WebCore::EventHandler::handleTouchEvent):
|
D | ChangeLog-2010-12-06 | 52222 (WebCore::EventHandler::handleTouchEvent): Removed a helper function, 96241 (WebCore::EventHandler::handleTouchEvent): Set the correct 134980 (WebCore::EventHandler::handleTouchEvent): Use pageZoomFactor.
|
D | ChangeLog-2011-02-16 | 37155 (WebCore::EventHandler::handleTouchEvent):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 28200 (WebKit::handleTouchEvent): 28472 (WebKit::WebPageProxy::handleTouchEvent):
|