handleTouchEvent 1123 Source/core/html/HTMLInputElement.cpp m_inputTypeView->handleTouchEvent(toTouchEvent(evt)); handleTouchEvent 85 Source/core/html/forms/InputTypeView.h virtual void handleTouchEvent(TouchEvent*); handleTouchEvent 57 Source/core/html/forms/RangeInputType.h virtual void handleTouchEvent(TouchEvent*) OVERRIDE; handleTouchEvent 374 Source/core/inspector/InspectorController.cpp m_overlay->handleTouchEvent(event); handleTouchEvent 376 Source/core/inspector/InspectorController.cpp return domAgent->handleTouchEvent(frame, event); handleTouchEvent 109 Source/core/inspector/InspectorController.h bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&); handleTouchEvent 189 Source/core/inspector/InspectorDOMAgent.h bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&); handleTouchEvent 271 Source/core/inspector/InspectorInputAgent.cpp m_page->mainFrame()->eventHandler().handleTouchEvent(event); handleTouchEvent 311 Source/core/inspector/InspectorOverlay.cpp return overlayPage()->mainFrame()->eventHandler().handleTouchEvent(event); handleTouchEvent 125 Source/core/inspector/InspectorOverlay.h bool handleTouchEvent(const PlatformTouchEvent&); handleTouchEvent 3818 Source/core/page/EventHandler.cpp if (handleTouchEvent(touchEvent)) handleTouchEvent 175 Source/core/page/EventHandler.h bool handleTouchEvent(const PlatformTouchEvent&); handleTouchEvent 66 Source/platform/scroll/FramelessScrollView.h virtual bool handleTouchEvent(const PlatformTouchEvent&) = 0; handleTouchEvent 163 Source/web/PageWidgetDelegate.cpp return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event)); handleTouchEvent 208 Source/web/PageWidgetDelegate.cpp return mainFrame.eventHandler().handleTouchEvent(PlatformTouchEventBuilder(mainFrame.view(), event)); handleTouchEvent 64 Source/web/PageWidgetDelegate.h virtual bool handleTouchEvent(WebCore::LocalFrame& mainFrame, const WebTouchEvent&); handleTouchEvent 64 Source/web/PopupContainer.h virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE; handleTouchEvent 103 Source/web/PopupListBox.h virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE; handleTouchEvent 317 Source/web/WebDevToolsAgentImpl.cpp return ic->handleTouchEvent(page->mainFrame(), touchEvent); handleTouchEvent 216 Source/web/WebPluginContainerImpl.cpp handleTouchEvent(toTouchEvent(event)); handleTouchEvent 173 Source/web/WebPluginContainerImpl.h void handleTouchEvent(WebCore::TouchEvent*); handleTouchEvent 150 Source/web/WebPopupMenuImpl.cpp bool defaultPrevented(m_widget->handleTouchEvent(touchEventBuilder)); handleTouchEvent 319 Source/web/WebPopupMenuImpl.cpp return handleTouchEvent(*static_cast<const WebTouchEvent*>(&inputEvent)); handleTouchEvent 110 Source/web/WebPopupMenuImpl.h bool handleTouchEvent(const WebTouchEvent&);