/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPopupMenuImpl.cpp | 146 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebPopupMenuImpl 148 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event)); in handleGestureEvent() 308 return handleGestureEvent(static_cast<const WebGestureEvent&>(inputEvent)); in handleInputEvent()
|
D | PageWidgetDelegate.h | 59 virtual bool handleGestureEvent(const WebGestureEvent&) = 0;
|
D | PopupContainer.h | 73 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | WebPagePopupImpl.h | 86 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
|
D | WebPagePopupImpl.cpp | 370 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebPagePopupImpl 375 … return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event)); in handleGestureEvent()
|
D | WebPopupMenuImpl.h | 103 bool handleGestureEvent(const WebGestureEvent&);
|
D | PopupListBox.h | 129 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | PageWidgetDelegate.cpp | 164 return handler.handleGestureEvent(static_cast<const WebGestureEvent&>(event)); in handleInputEvent()
|
D | WebPluginContainerImpl.h | 185 void handleGestureEvent(GestureEvent*);
|
D | WebPluginContainerImpl.cpp | 192 handleGestureEvent(toGestureEvent(event)); in handleEvent() 886 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) in handleGestureEvent() function in blink::WebPluginContainerImpl
|
D | WebDevToolsAgentImpl.cpp | 347 return ic->handleGestureEvent(toLocalFrame(page->mainFrame()), gestureEvent); in handleInputEvent()
|
D | PopupContainer.cpp | 308 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent() function in blink::PopupContainer
|
D | WebViewImpl.h | 593 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
|
D | WebViewImpl.cpp | 638 return handleGestureEvent(syntheticGestureEvent); in scrollBy() 643 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebViewImpl 787 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent); in handleGestureEvent() 808 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent); in handleGestureEvent() 818 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent); in handleGestureEvent()
|
D | PopupListBox.cpp | 193 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() function in blink::PopupListBox
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorController.cpp | 377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent() function in blink::InspectorController 380 m_overlay->handleGestureEvent(event); in handleGestureEvent() 382 return domAgent->handleGestureEvent(frame, event); in handleGestureEvent()
|
D | InspectorOverlay.h | 89 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | InspectorController.h | 108 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
|
D | InspectorDOMAgent.h | 198 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
|
D | InspectorOverlay.cpp | 367 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent() function in blink::InspectorOverlay 372 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleGestureEvent(event); in handleGestureEvent()
|
D | InspectorDOMAgent.cpp | 1166 bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent() function in blink::InspectorDOMAgent
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 146 bool handleGestureEvent(const PlatformGestureEvent&); 147 bool handleGestureEvent(const GestureEventWithHitTestResults&);
|
D | EventHandler.cpp | 2062 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent() function in blink::EventHandler 2076 return handleGestureEvent(targetedEvent); in handleGestureEvent() 2079 bool EventHandler::handleGestureEvent(const GestureEventWithHitTestResults& targetedEvent) in handleGestureEvent() function in blink::EventHandler
|