/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPopupMenuImpl.cpp | 128 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebPopupMenuImpl 130 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event)); in handleGestureEvent() 275 return handleGestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent)); in handleInputEvent()
|
D | PageWidgetDelegate.h | 63 virtual bool handleGestureEvent(const WebGestureEvent&) = 0;
|
D | WebPagePopupImpl.cpp | 272 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebPagePopupImpl 277 … return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event)); in handleGestureEvent()
|
D | WebPagePopupImpl.h | 81 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
|
D | PopupContainer.h | 66 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
|
D | PopupListBox.h | 127 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
|
D | WebPopupMenuImpl.h | 102 bool handleGestureEvent(const WebGestureEvent&);
|
D | PageWidgetDelegate.cpp | 172 return handler.handleGestureEvent(*static_cast<const WebGestureEvent*>(&event)); in handleInputEvent()
|
D | WebPluginContainerImpl.h | 174 void handleGestureEvent(WebCore::GestureEvent*);
|
D | WebPluginContainerImpl.cpp | 199 handleGestureEvent(toGestureEvent(event)); in handleEvent() 827 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) in handleGestureEvent() function in blink::WebPluginContainerImpl
|
D | PopupContainer.cpp | 289 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent() function in WebCore::PopupContainer
|
D | WebDevToolsAgentImpl.cpp | 303 return ic->handleGestureEvent(page->mainFrame(), gestureEvent); in handleInputEvent()
|
D | WebViewImpl.cpp | 651 handleGestureEvent(syntheticGestureEvent); in scrollBy() 655 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebViewImpl 748 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent() 769 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent() 776 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent() 800 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent()
|
D | WebViewImpl.h | 640 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
|
D | PopupListBox.cpp | 192 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() function in WebCore::PopupListBox
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | FramelessScrollView.h | 67 virtual bool handleGestureEvent(const PlatformGestureEvent&) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorController.cpp | 320 bool InspectorController::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event) in handleGestureEvent() function in WebCore::InspectorController 323 m_overlay->handleGestureEvent(event); in handleGestureEvent() 325 return domAgent->handleGestureEvent(frame, event); in handleGestureEvent()
|
D | InspectorController.h | 97 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
|
D | InspectorOverlay.h | 123 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | InspectorOverlay.cpp | 278 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent() function in WebCore::InspectorOverlay 283 return overlayPage()->mainFrame()->eventHandler().handleGestureEvent(event); in handleGestureEvent()
|
D | InspectorDOMAgent.h | 188 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
|
D | InspectorDOMAgent.cpp | 1077 bool InspectorDOMAgent::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event) in handleGestureEvent() function in WebCore::InspectorDOMAgent
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 143 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | EventHandler.cpp | 2258 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent() function in WebCore::EventHandler 2285 return subframe->eventHandler().handleGestureEvent(gestureEvent); in handleGestureEvent() 2537 return toFrameView(widget)->frame().eventHandler().handleGestureEvent(gestureEvent); in passGestureEventToWidget()
|