handleGestureEvent  348 Source/core/inspector/InspectorController.cpp     m_overlay->handleGestureEvent(event);
handleGestureEvent  350 Source/core/inspector/InspectorController.cpp         return domAgent->handleGestureEvent(frame, event);
handleGestureEvent  107 Source/core/inspector/InspectorController.h     bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
handleGestureEvent  188 Source/core/inspector/InspectorDOMAgent.h     bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
handleGestureEvent  278 Source/core/inspector/InspectorOverlay.cpp     return overlayPage()->mainFrame()->eventHandler().handleGestureEvent(event);
handleGestureEvent  123 Source/core/inspector/InspectorOverlay.h     bool handleGestureEvent(const PlatformGestureEvent&);
handleGestureEvent 2290 Source/core/page/EventHandler.cpp             return subframe->eventHandler().handleGestureEvent(gestureEvent);
handleGestureEvent 2542 Source/core/page/EventHandler.cpp     return toFrameView(widget)->frame().eventHandler().handleGestureEvent(gestureEvent);
handleGestureEvent  145 Source/core/page/EventHandler.h     bool handleGestureEvent(const PlatformGestureEvent&);
handleGestureEvent   67 Source/platform/scroll/FramelessScrollView.h     virtual bool handleGestureEvent(const PlatformGestureEvent&) = 0;
handleGestureEvent  155 Source/web/PageWidgetDelegate.cpp         return handler.handleGestureEvent(*static_cast<const WebGestureEvent*>(&event));
handleGestureEvent   63 Source/web/PageWidgetDelegate.h     virtual bool handleGestureEvent(const WebGestureEvent&) = 0;
handleGestureEvent   65 Source/web/PopupContainer.h     virtual bool handleGestureEvent(const WebCore::PlatformGestureEvent&) OVERRIDE;
handleGestureEvent  104 Source/web/PopupListBox.h     virtual bool handleGestureEvent(const WebCore::PlatformGestureEvent&) OVERRIDE;
handleGestureEvent  308 Source/web/WebDevToolsAgentImpl.cpp         return ic->handleGestureEvent(page->mainFrame(), gestureEvent);
handleGestureEvent  366 Source/web/WebPagePopupImpl.cpp     return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
handleGestureEvent   88 Source/web/WebPagePopupImpl.h     virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
handleGestureEvent  218 Source/web/WebPluginContainerImpl.cpp         handleGestureEvent(toGestureEvent(event));
handleGestureEvent  174 Source/web/WebPluginContainerImpl.h     void handleGestureEvent(WebCore::GestureEvent*);
handleGestureEvent  143 Source/web/WebPopupMenuImpl.cpp     return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
handleGestureEvent  339 Source/web/WebPopupMenuImpl.cpp         return handleGestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
handleGestureEvent  109 Source/web/WebPopupMenuImpl.h     bool handleGestureEvent(const WebGestureEvent&);
handleGestureEvent  595 Source/web/WebViewImpl.cpp             return handleGestureEvent(syntheticGestureEvent);
handleGestureEvent  698 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
handleGestureEvent  719 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
handleGestureEvent  726 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
handleGestureEvent  750 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
handleGestureEvent  594 Source/web/WebViewImpl.h     virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;